Name | Type | Default | ||||||
---|---|---|---|---|---|---|---|---|
disabled | Boolean | false | ||||||
Sets or gets the disabled property. Code examples
Set the
Get the
Try it: disabled is set to true
|
||||||||
height | Number/String | 300 | ||||||
Sets or gets the jqxSplitter's height. Code examples
Set the
Get the
Try it: height is set to '300px'
|
||||||||
orientation | String | 'vertical' | ||||||
Sets or gets the orientation property. Code examples
Set the
Get the
|
||||||||
panels | Array | [] | ||||||
Sets or gets the panels property. Each panel represents an Object with the following fields.
Code examples
Set the
Get the
Try it: panels is set to a custom array
|
||||||||
resizable | Boolean | true | ||||||
Sets or gets the resizable property. When this property is set to false, the user will not be able to move the split bar. Code examples
Set the
Get the
Try it: resizable is set to false
|
||||||||
splitBarSize | Number/String | 5 | ||||||
Sets or gets the size of the split bar. Code examples
Set the
Get the
Try it: splitBarSize is set to 10
|
||||||||
showSplitBar | Boolean | true | ||||||
Sets or gets whether the split bar is displayed. Code examples
Set the
Get the
Try it: showSplitBar is set to false
|
||||||||
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 | 300 | ||||||
Sets or gets the jqxSplitter's width. Code examples
Set the
Get the
Try it: width is set to '300px'
|
||||||||
Events |
||||||||
collapsed | Event | |||||||
This event is triggered when a panel is collapsed. Code example
Bind to the
|
||||||||
expanded | Event | |||||||
This event is triggered when a panel is expanded. Code example
Bind to the
|
||||||||
resize | Event | |||||||
This event is triggered when the 'resize' operation has ended. Code example
Bind to the
|
||||||||
resizeStart | Event | |||||||
This event is triggered when the 'resizeStart' operation has started. Code example
Bind to the
|
||||||||
Methods |
||||||||
collapse | Method | |||||||
Collapse a panel.
None Code example
Invoke the
Try it: collapses the jqxSplitter.
|
||||||||
destroy | Method | |||||||
Destroys the jqxSplitter. This method will remove the jqxSplitter from the DOM and will remove all internal event handlers and styles.
None Code example
Invoke the
Try it: destroy the jqxSplitter.
|
||||||||
disable | Method | |||||||
Disables the jqxSplitter.
None Code example
Invoke the
Try it: disables the jqxSplitter.
|
||||||||
enable | Method | |||||||
Enables the jqxSplitter.
None Code example
Invoke the
Try it: enables the jqxSplitter.
|
||||||||
expand | Method | |||||||
Expands a panel.
None Code example
Invoke the
Try it: expands the jqxSplitter.
|
||||||||
render | Method | |||||||
Renders the jqxSplitter.
None Code example
Invoke the
Try it: renders the jqxSplitter.
|
||||||||
refresh | Method | |||||||
Refreshes the jqxSplitter. This method will perform a layout and will arrange the split panels.
None Code example
Invoke the
Try it: refresh the jqxSplitter.
|