method advanceFocus

void advanceFocus();

Argumente

Zurückgegebener Wert

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