Documentation

focusEditor

moves focus to the active editor

void focusEditor();

See also

Example

$$("mylist").focusEditor();

Details

If components has no active editors - command do nothing.

Back to top