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
adjustScroll
adjusts scrolling direction to screen mode (vertical or horizontal)
void
adjustScroll
(
matrix
);
Parameters
matrix
screen
See also
articles
Carousel
Example
$$
(
"carousel1"
)
.
adjustScroll
(
)
;
Back to top