Wijmo UI for the Web
sortable Option

Default value: false

Determines whether the tab can be dragged to a new position.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  boolean
    returnsValue = $(".selector").wijtabs("option", "sortable");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").wijtabs("option", "sortable", newValue);
        
});
Javascript (Specification) 
var sortable : boolean;
Remarks
This option only works when jQuery.ui.sortable is available which means that it doesn't work in mobile mode.
Browser Compatibility
7
5
5

See Also

Reference

options type
wijtabs jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.