$(function () { var options; // Type: wijmo.tabs.wijtabs.options $(".selector").wijtabs(options); });
function wijtabs;
$(function () { var options; // Type: wijmo.tabs.wijtabs.options $(".selector").wijtabs(options); });
function wijtabs;
Object
wijmo.tabs.wijtabs
Name | Description | |
---|---|---|
wijtabs Constructor |
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. | |
disableTab | Disabled a tab. | |
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. | |
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. |