Samples
Forum
Services
Documentation
adjust
attachEvent
bind
blockEvent
callEvent
define
destructor
detachEvent
disable
eachLine
enable
focus
getChildViews
getFilterHelper
getFormView
getNode
getParentView
getSortingElements
getSortingHelper
getTopParentView
getValue
hasEvent
hide
isEnabled
isVisible
mapEvent
queryView
resize
setValue
show
toSQL
unbind
unblockEvent
validate
Start
API Reference
ui.querybuilder
Methods
disable
disables the calling view (makes it dimmed and unclickable)
void
disable
();
Example
$$
(
'mylist'
)
.
disable
(
)
;
Related samples
Disabling Components
See also
API
enable
disabled
Articles
Disabling/Enabling Components
Back to top