Виджеты
Примеры
Демо
Форум
Сервисы
Документация
adjust
bind
define
destructor
disable
enable
focus
getBody
getChildViews
getFormView
getNode
getParentView
getTopParentView
getValue
hide
isEnabled
isVisible
queryView
resize
resizeChildren
setBottomText
setValue
show
unbind
Старт
Справочник API
ui.forminput
Methods
disable
блокирует компонент (он становится серым, клики по нему не срабатывают)
void
disable
();
Example
$$
(
'mylist'
)
.
disable
(
)
;
Related samples
Disabling Components
See also
API
enable
disabled
Articles
Как блокировать и активировать элементы
Наверх