setFocus

sets focus to the specified view

void setFocus(id id);
ididID of the view to set focus to

Example

webix.UIManager.setFocus($$('books'));

See also
Back to top