Виджеты
Примеры
Демо
Форум
Сервисы
Документация
addHotKey
applyChanges
canFocus
destructor
getFocus
getNext
getPrev
getState
getTop
hasFocus
removeHotKey
setFocus
setState
Старт
Справочник API
Mixins
UIManager
Methods
hasFocus
проверяет, есть ли фокус на компоненте
boolean
hasFocus
(
id
id
);
id
id
ID компонента
boolean
true
, если есть,
false
- если нет.
Example
webix.
UIManager
.
hasFocus
(
$$
(
'books'
)
)
;
Наверх