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