Widgets
Samples
Demos
Forum
Services
Documentation
addHotKey
applyChanges
canFocus
destructor
getFocus
getNext
getPrev
getState
getTop
hasFocus
removeHotKey
setFocus
setState
Start
API Reference
Mixins
UIManager
Methods
setFocus
sets focus to the specified view
void
setFocus
(
id
id
);
id
id
ID of the view to set focus to
Example
webix.
UIManager
.
setFocus
(
$$
(
'books'
)
)
;
See also
API
getFocus
Back to top