Samples
Forum
Support
Documentation
addDropZone
addFile
adjust
attachEvent
bind
blockEvent
blur
callEvent
define
destructor
detachEvent
disable
enable
fileDialog
focus
getChildViews
getFormView
getInputNode
getNode
getParentView
getTopParentView
getValue
hasEvent
hide
isEnabled
isUploaded
isVisible
mapEvent
refresh
render
resize
send
setValue
show
stopUpload
sync
unbind
unblockEvent
Start
API Reference
ui.uploader
Methods
disable
disables the calling view (makes it dimmed and unclickable)
void
disable
();
See also
api
enable
samples
Disabling Components
articles
Disabling/Enabling Components
Example
$$
(
'mylist'
)
.
disable
(
)
;
Back to top