Widgets
Samples
Demos
Forum
Services
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
queryView
refresh
render
resize
send
setValue
show
stopUpload
sync
unbind
unblockEvent
Start
API Reference
ui.uploader
Methods
isVisible
checks whether the view is visible
boolean
isVisible
();
boolean
true
, if the calling object is visible
Example
$$
(
'my_list'
)
.
isVisible
(
)
;
See also
API
hide
show
Articles
Managing Visibility of Components
Back to top