Documentation

setFocus

sets focus to the specified view

void setFocus(id id);

Parameters

ididID of the view to set focus to

See also

Example

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

Back to top