Name | Type | Default | ||||||
---|---|---|---|---|---|---|---|---|
autoOpen | Boolean | false | ||||||
Sets or gets whether the loader will be shown after it's creation. Code examples
Set the
Get the
Try it: autoOpen is set to true
|
||||||||
height | Number/String | 150 | ||||||
Sets or gets the loader's height. Code examples
Set the
Get the
Try it: height is set to 150
|
||||||||
html | String | null | ||||||
Sets the loader's content. Code example
Set the
|
||||||||
isModal | Boolean | false | ||||||
Sets or gets whether the loader is displayed as a modal dialog. If the jqxLoader's mode is set to modal, the loader blocks user interaction with the underlying user interface. Code examples
Set the
Get the
Try it: isModal is set to true
|
||||||||
imagePosition | String | 'center' | ||||||
Sets or gets the image's position. Possible values: 'top', 'bottom' and 'center' Code examples
Set the
Get the
Try it: imagePosition is set to 'top'
|
||||||||
rtl | Boolean | false | ||||||
Sets or gets a value indicating whether widget's text is aligned to support locales using right-to-left fonts. Code examples
Set the
Get the
Try it: rtl is set to true
|
||||||||
text | String | "Loading..." | ||||||
Sets or gets the loader's text. Code example
Set the
Get the
|
||||||||
textPosition | String | "bottom" | ||||||
Sets or gets the alignment. Code examples
Set the
Get the
Try it: textPosition is set to 'left'
|
||||||||
theme | String | '' | ||||||
Sets the widget's theme. jQWidgets uses a pair of css files - jqx.base.css and jqx.[theme name].css. The base stylesheet creates the styles related to the widget's layout like margin, padding, border-width, position. The second css file applies the widget's colors and backgrounds. The jqx.base.css should be included before the second CSS file. In order to set a theme, you need to do the following:
Try it: theme
is set to 'energyblue'
|
||||||||
width | Number/String | 150 | ||||||
Sets or gets the jqxLoader's width. Code example
Set the
Get the
Try it: width is set to 200
|
||||||||
Events |
||||||||
create | Event | |||||||
This event is triggered when the user creates loader for the first time. Code examples
Bind to the
|
||||||||
Methods |
||||||||
close | Method | |||||||
Closing the current loader.
None Code example
Invoke the
Try it: closes the jqxLoader.
|
||||||||
open | Method | |||||||
Opening/showing the current loader. You can optionally call the method with
None Code example
Invoke the
Try it: opens the jqxLoader.
|