Samples
Forum
Support
Documentation
adjust
attachEvent
bind
blockEvent
callEvent
close
define
destructor
detachEvent
disable
enable
getBody
getChildViews
getFormView
getHead
getNode
getParentView
getTopParentView
hasEvent
hide
isEnabled
isVisible
mapEvent
resize
resizeChildren
setPosition
show
unbind
unblockEvent
Start
API Reference
ui.popup
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