Constructor Summary
Public Constructor | ||
public |
constructor(id: String, options: Object) Constructor |
Public Constructors
public constructor(id: String, options: Object) source
Constructor
Params:
Name | Type | Attribute | Description |
id | String | tabstrip id |
|
options | Object | config params |
|
options.collapsible | Boolean | initial state the tabstrip is expend or not. (default:false) |
|
options.dataTextField | String | set the field for tab labels (default: "") |
|
options.dataImageUrlField | String | set the image for tab labels (default: "") |
|
options.dataContentField | String | set the content for tab labels(default:"") |
|
options.dataSource | Arrary | set the data source |
|
options.change | function(e: Object): null | fired before the tabs changed |