Wijmo UI for the Web
remove Method
The zero-based index of the tab to be removed.
Removes a tab.
Syntax
Javascript (Usage) 
$(function () {
    var returnsValue; // Type:  wijtabs
    // Parameters
    var index; // Type:  number
    
    returnsValue = $(".selector").wijtabs("remove", index);
});
Javascript (Specification) 
function remove( 
   index : number
) : wijtabs;

Parameters

index
The zero-based index of the tab to be removed.
Example
//Removes the second tab
$("#element").wijtabs('remove', 1);
Browser Compatibility
7
5
5

See Also

Reference

wijtabs type
wijtabs jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.