Creates an instance of C1Tab class.

Namespace:  C1.Web.UI.Controls.C1TabStrip
Assembly:  C1TabStripClient (in C1TabStripClient.dll)

Syntax

JavaScript
C1.Web.UI.Controls.C1TabStrip.C1Tab = function(element, tabStrip, tabOwner);

Parameters

element
Type: DOMElement
DOMElement of the tab.
tabStrip
Type: C1.Web.UI.Controls.C1TabStrip..::..C1TabStrip
The root strip control this tab belongs to.
tabOwner
Type: C1.Web.UI.Controls.C1TabStrip..::..ITabOwner
ITabOwner this tab belongs to.

See Also