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