Reference Source
public class | source

TabStrip

TabStrip web control

See:

Constructor Summary

Public Constructor
public

constructor(id: String, options: Object)

Constructor

Method Summary

Public Methods
public

select(item: Object): Object

Sets or gets the selected tabs

Public Constructors

public constructor(id: String, options: Object) source

Constructor

Params:

NameTypeAttributeDescription
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

Public Methods

public select(item: Object): Object source

Sets or gets the selected tabs

Params:

NameTypeAttributeDescription
item Object

jQuery selector or index

Return:

Object

selected tabs