method rewindFocus

void rewindFocus();

Argumente

Zurückgegebener Wert

This method moves the focus to the previous box in the tab order, and if no tab order is specified move focus to the previous box in the DOM.
function onSample()
{
    scene.rewindFocus();
}