Widgets
Samples
Demos
Forum
Services
Documentation
add
adjust
attachEvent
bind
blockEvent
callEvent
clearAll
count
define
destructor
detachEvent
disable
enable
exists
filter
find
getChildViews
getFirstId
getFormView
getIdByIndex
getIndexById
getItem
getLastId
getMap
getNextId
getNode
getParentView
getPrevId
getTopParentView
hasEvent
hide
isEnabled
isVisible
load
loadNext
mapEvent
parse
queryView
refresh
remove
render
resize
serialize
setDisplayMode
setRegion
show
sort
sync
unbind
unblockEvent
updateItem
waitSave
Start
API Reference
ui.geochart
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