The C1Tab type exposes the following members.

Constructors

  NameDescription
Public methodC1Tab
Creates an instance of C1Tab class.

Methods

  NameDescription
Public methodCreateInstance
Creates the instance of the class. Type of the class can be determined by value of the DOM element's className.

Properties

  NameDescription
Public propertyAlignment
Public propertyChildGroupCssClass
CSS class name used for the child tab group.
Public propertyCssClass
CSS class name used for the tab.
Public propertyCssClassDisabled
CSS class name used for the tab in disabled mode.
Public propertyCssClassSelected
CSS class name used for the tab in selected mode.
Public propertyDisabledImageUrl
Url to the tab image when the tab is in disabled state.
Public propertyEnabled
Gets or sets a value that determines the enable state of this tab.
Public propertyForceNewLine
Gets or sets a value that determines whether the new tab starts from a new line.
Public propertyImageUrl
Url to the tab image when the tab is in normal state.
Public propertyIndex
Gets the index of this tab.
Public propertyPageViewID
Gets or sets the ID of the PageView in a C1MultiPage that will be switched when this Tab is pressed.
Public propertySelected
Gets or sets a value that determines whether the tab is selected.
Public propertySelectedImageUrl
Url to the tab image when the tab is in selected state.
Public propertyTabStrip
Gets the C1TabStrip this tab belongs to.
Public propertyText
Gets or sets the text displayed on this tab.
Public propertyTextImageRelation
Gets or sets the relationship of the text and image for the child tabs.
Public propertyValue
Gets or sets the value associated with the tab.

See Also