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
setBottomText
setValue
setValueHere
show
sync
unbind
unblockEvent
validate
Start
API Reference
ui.text
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