Widgets
Samples
Demos
Forum
Services
Documentation
adjust
attachEvent
bind
blockEvent
callEvent
define
destructor
detachEvent
disable
edit
enable
focus
getChildViews
getFormView
getMenu
getNode
getParentView
getTopParentView
getUsers
hasEvent
hide
isEnabled
isVisible
load
mapEvent
parse
queryView
resize
setCurrentUser
show
unbind
unblockEvent
Start
API Reference
ui.comments
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