jQuery.wijmo.wijtabs Namespace > options type : idPrefix Field |
Default value: 'ui-tabs-'
If the remote tab, its anchor element that is, has no title attribute to generate an id from, an id/fragment identifier is created from this prefix and a unique id returned by $.data(el), for example "ui-tabs-54".
Javascript (Usage) | |
---|---|
var value; // Type: string value = jQuery.wijmo.wijtabs.options.idPrefix; |
Javascript (Specification) | |
---|---|
|