The following tables lists the WijTabs extender's server-side properties and the client-side options for the wijtabs widget. Please visit http://wijmo.com/wiki/index.php/Tabs to view the full client-side documentation for the widget.
|
Server-Side Property |
Client-Side Option |
Description |
|
AjaxOptions |
ajaxOptions |
Additional Ajax options to consider when loading tab content. |
|
Alignment |
alignment |
Determines the tabs' alignment in respect to the content. |
|
Cache |
cache |
Determines whether to cache the remote tabs content. |
|
Collapsible |
collapsible |
Determines whether a tab can be collapsed by a user. |
|
Event |
event |
The type of event to be used for selecting a tab. |
|
HideOption |
hideOption |
This is an animation option for hiding the tabs panel content. |
|
PanelTemplate |
panelTemplate |
HTML template from which a new tab panel is created in case of adding a tab with the add method or when creating a panel for a remote tab on the fly. |
|
Scrollable |
scrollable |
Determines whether to wrap to the next line or scrolling is enabled when the tabs exceed the specified width. |
|
ShowOption |
showOption |
This is an animation option for showing the tabs panel content. |
|
Sortable |
sortable |
Determines whether the tab can be dragged to a new position. |
|
Spinner |
spinner |
The HTML content of this string is shown in a tab title while remote content is loading. |
|
TabTemplate |
tabTemplate |
HTML template from which a new tab is created and added. |