Wijmo UI for the Web
wijtabs type
Syntax
Javascript (Usage) 
$(function () {
    var options; // Type:  wijmo.tabs.wijtabs.options
     
    $(".selector").wijtabs(options);
});
Javascript (Specification) 
function wijtabs;
Inheritance Hierarchy

Object
      wijmo.tabs.wijtabs

Browser Compatibility
7
5
5
Constructors
 NameDescription
public Constructorwijtabs Constructor  
Top
Methods
 NameDescription
public MethodabortTerminate all running tab ajax requests and animations.  
public MethodaddAdd a new tab.  
public MethoddestroyThe destroy() method will remove the wijtabs functionality completely and will return the element to its pre-init state.  
public MethoddisableTabDisabled a tab.  
public MethodenableTabEnable a disabled tab.  
public MethodlengthRetrieve the number of tabs of the first matched tab pane.  
public MethodloadReload 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.  
public MethodremoveRemoves a tab.  
public MethodselectSelects a tab; for example, a clicked tab.  
public MethodurlChanges the url from which an Ajax (remote) tab will be loaded.  
public MethodwidgetReturns a jQuery object containing the original element or other relevant generated element.  
Top
See Also

Reference

wijmo.tabs Namespace

 

 


© 2013 All Rights Reserved.

Send comments on this topic.