Samples
Forum
Support
Documentation
adjust
adjustScroll
attachEvent
bind
blockEvent
callEvent
define
destructor
detachEvent
disable
enable
getActiveId
getActiveIndex
getChildViews
getFormView
getLayout
getNode
getParentView
getTopParentView
hasEvent
hide
isEnabled
isVisible
mapEvent
resize
scrollTo
setActive
setActiveIndex
show
showNext
showPrev
unbind
unblockEvent
Start
API Reference
ui.carousel
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