jQuery.wijmo Namespace : wijtabs type |
Javascript (Usage) | |
---|---|
var instance = new jQuery.wijmo.wijtabs(); |
Javascript (Specification) | |
---|---|
|
Object
jQuery.wijmo.wijtabs
Name | Description | |
---|---|---|
![]() | wijtabs Constructor |
Name | Description | |
---|---|---|
![]() | defaultElement | |
![]() | namespace | |
![]() | options | |
![]() | widgetEventPrefix | |
![]() | widgetFullName | |
![]() | widgetName |
Name | Description | |
---|---|---|
![]() | abort | Terminate all running tab ajax requests and animations. |
![]() | add | Add a new tab. |
![]() | destroy | The destroy() method will remove the wijtabs functionality completely and will return the element to its pre-init state. |
![]() | disable | |
![]() | disableTab | Disabled a tab. |
![]() | enable | |
![]() | enableTab | Enable a disabled tab. |
![]() | length | Retrieve the number of tabs of the first matched tab pane. |
![]() | load | Reload the content of an Ajax tab programmatically. This method always loads the tab content from the remote location, even if cache is set to true. |
![]() | option | |
![]() | remove | Removes a tab. |
![]() | select | Selects a tab; for example, a clicked tab. |
![]() | url | Changes the url from which an Ajax (remote) tab will be loaded. |
![]() | widget | Returns a jQuery object containing the original element or other relevant generated element. |