Samples
Forum
Support
Documentation
addView
adjust
attachEvent
back
bind
blockEvent
callEvent
define
destructor
detachEvent
disable
enable
getActiveId
getChildViews
getFormView
getNode
getParentView
getTopParentView
getValue
hasEvent
hide
index
isEnabled
isVisible
mapEvent
reconstruct
removeView
resize
resizeChildren
setValue
show
showBatch
unbind
unblockEvent
Start
API Reference
ui.multiview
Methods
isVisible
checks whether the view is visible
boolean
isVisible
();
Returns
boolean
true
, if the calling object is visible
See also
api
hide
show
articles
Managing Visibility of Components
Example
$$
(
'my_list'
)
.
isVisible
(
)
;
Back to top