Widgets
Samples
Demos
Forum
Services
Documentation
adjust
attachEvent
bind
blockEvent
blur
callEvent
define
destructor
detachEvent
disable
enable
focus
getChildViews
getFormView
getInputNode
getNode
getParentView
getTopParentView
getValue
hasEvent
hide
isEnabled
isVisible
mapEvent
queryView
refresh
render
resize
setValue
show
sync
toggle
unbind
unblockEvent
Start
API Reference
ui.toggle
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