Enumerations
Name | Values |
| This class exposes no enumerations. |
Constants
Name | Type | Value |
SideLeft | Integer | 0 |
SideRight | Integer | 1 |
Events
Definition | Description |
BarOpen() | The bar has successfully opened. |
BarClose() | The has successfully closed. |
Methods
Definition | Description |
BindTo(element as WebControl) | Binds to a control via JavaScript to toggle the sidebar without a server round-trip. |
OpenBar() | Open the bar. |
CloseBar() | Closes the bar. |
ToggleBar() | Toggles whether the bar is currently visible. |
Properties
Name | Type | Default Value | Description |
AnimationSpeed | Integer | 200 | This classes exposes no properties. |
Container | WebContainer | Nil | The container to embed within the sidebar. |
DisplaySide | Integer | 0 | On which side of the page the sidebar will be displayed. |
isOpen | Boolean | False | Returns true if the sidebar is currently visible on the page. |
Examples
There are currently no examples for this class.