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
hasFocus
checks whether the specified view has focus
boolean
hasFocus
(
id
id
);
id
id
the ID of the view to check
boolean
true
, the view is in focus. Otherwise,
false
.
Example
webix.
UIManager
.
hasFocus
(
$$
(
'books'
)
)
;
Back to top