Property Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
A
 activeOnClick, UI. Window
 altitude: changed, UI. Window
 animating, UI. Carousel
B
 blurred, UI. Window
C
 close, UI. Window
 container, UI. Carousel
 content, UI. Window
 created, UI. Window
D
 destroyed, UI. Window
 dimAttribute, UI. Carousel
 direction, UI. Carousel
 disabledButtonSuffix, UI. Carousel
 draggable, UI. Window
E
 element
 elements, UI. Carousel
 elementSize
 endIndex, UI. Ajax. Carousel
F
 focused, UI. Window
 fold, UI. Window
 folded, UI. Window
 footer, UI. Window
 format, ElementLogger
H
 hasMore, UI. Ajax. Carousel
 header, UI. Window
 hidden, UI. Window
 hide, UI. Window
 hiding, UI. Window
I
 id
L
 level, AbstractLogger
 logs, MemLogger
M
 maximize, UI. Window
 maximized, UI. Window
 minimize, UI. Window
 move: ended, UI. Window
 move: started, UI. Window
N
 nbVisible, UI. Carousel
 nextButton, UI. Carousel
 nextButton: disabled, UI. Carousel
 nextButton: enabled, UI. Carousel
O
 overButtonSuffix, UI. Carousel
P
 posAttribute, UI. Carousel
 position: changed, UI. Window
 previousButton, UI. Carousel
 previousButton: disabled, UI. Carousel
 previousButton: enabled, UI. Carousel
R
 request: ended, UI. Ajax. Carousel
 request: started, UI. Ajax. Carousel
 requestRunning, UI. Ajax. Carousel
 resizable, UI. Window
 resize: ended, UI. Window
 resize: started, UI. Window
 restored, UI. Window
S
 scroll: ended, UI. Carousel
 scroll: started, UI. Carousel
 scrollInc, UI. Carousel
 shadow, UI. Window
 shadowTheme, UI. Window
 show, UI. Window
 showing, UI. Window
 shown, UI. Window
 size: changed, UI. Window
 sizeUpdated, UI. Carousel
 superflousEffects, UI. Window
T
 theme, UI. Window
U
 unfold, UI. Window
 updateHandler, UI. Ajax. Carousel
 url, UI. Ajax. Carousel
V
 visible, UI. Window
W
 windowManager, UI. Window
 wired, UI. Window
When set to true, a click on an blurred window content activates it, default is true
Fired when window altitude has changed (z-index)
Define whether the carousel is in animation or not
Fired after bluring the window
Window method name as string, or false to disable close button Default is ‘destroy’
Selector of carousel container inside carousel element, “.container” by default,
Window content element
Fired after creating the window
Fired after destroying the window
Define if the dimensions are horizontal or vertical
Can be horizontal or vertical, horizontal by default
Define the suffix classanme used when a button get disabled, to ‘_disabled’ by default Previous button classname will be previous_button_disabled
true by default
DOM element containing the carousel
DOM element containing the window
Array containing the carousel’s elements as DOM elements
Required, it define the size of all elements
Size of each element, it’s an integer
Index of the last loaded element
true if window is focused
Fired after unfolding the window
true if window is folded
Window footer element
A format string, will be interpolated with “date”, “level” and “message”
Flag to define if there’s still more elements to load
Window header element
Fired after hiding effect
Function used to hide the window, default is Element.hide.
Fired when hiding a window
DOM id of the carousel’s element
id ot the window, generated by default
The log level, default value is debug br/
An array of logs, objects with “date”, “level”, and “message” properties
Window method name as string, or false to disable maximize button Default is ‘toggleMaximize’
true if window is maximized
Window method name as string, or false to disable minimize button Default is ‘toggleFold’
Fired when user has finished moving a window
Fired when user has started a moving a window, position:changed are then fired continously
Number of visible elements, it’s a float
Selector of next button inside carousel element, “.next_button” by default, set it to false to ignore next button
Fired when the next button has just been disabled
Fired when the next button has just been enabled
Define the suffix classanme used when a button has a rollover status, ‘_over’ by default Previous button classname will be previous_button_over
Define if the positions are from left or top
Fired when window position has changed
Selector of previous button inside carousel element, “.previous_button” by default, set it to false to ignore previous button
Fired when the previous button has just been disabled
Fired when the previous button has just been enabled
Fired when the request has succeed
Fired when the request has just started
Define whether a request is processing or not
true by default
Fired when user has finished resizing window
Fired when user has started resizing window, size:changed are then fired continuously
Fired after restoring the window from its maximized state
Fired when a scroll has been done, memo.shift = number of elements scrolled, it’s a float
Fired when a scroll has just started
Define the maximum number of elements that gonna scroll each time, auto by default
draw shadow around the window, default is false
window shadow theme, uses the window manager one as default Only useful if shadow options is true, see UI.Shadow for details
Function used to show the window, default is Element.show
Fired when showing a window
Fired after showing effect
Fired when window size has changed
Fired when the carousel size has just been updated.
uses superflous effects when resizing or moving window.
window theme, uses the window manager theme as default
Fired after folding the window
Callback to update carousel, usually used after request success
Required, it define the URL used by AJAX carousel to request new elements details
true if window is visible
window manager that manages this window, uses UI.defaultWM as default
draw wires around window when dragged, false by default