Samples
Forum
Support
Documentation
addHotKey
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
);
Parameters
id
id
ID of the view to set focus to
See also
api
getFocus
Example
webix.
UIManager
.
setFocus
(
$$
(
'books'
)
)
;
Back to top