jQuery.wijmo.wijtabs Namespace > options type : sortable Field |
Default value: false
Determines whether the tab can be dragged to a new position.
Javascript (Usage) | |
---|---|
var value; // Type: boolean value = jQuery.wijmo.wijtabs.options.sortable; |
Javascript (Specification) | |
---|---|
var sortable : boolean; |