The C1Tab type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| C1Tab |
Creates an instance of C1Tab class.
|
Methods
| Name | Description | |
|---|---|---|
| CreateInstance |
Creates the instance of the class.
Type of the class can be determined by value of the DOM element's className.
|
Properties
| Name | Description | |
|---|---|---|
| Alignment | ||
| ChildGroupCssClass |
CSS class name used for the child tab group.
| |
| CssClass |
CSS class name used for the tab.
| |
| CssClassDisabled |
CSS class name used for the tab in disabled mode.
| |
| CssClassSelected |
CSS class name used for the tab in selected mode.
| |
| DisabledImageUrl |
Url to the tab image when the tab is in disabled state.
| |
| Enabled |
Gets or sets a value that determines the enable state of this tab.
| |
| ForceNewLine |
Gets or sets a value that determines whether the new tab starts from a new line.
| |
| ImageUrl |
Url to the tab image when the tab is in normal state.
| |
| Index |
Gets the index of this tab.
| |
| PageViewID |
Gets or sets the ID of the PageView in a C1MultiPage that will be switched when this Tab is pressed.
| |
| Selected |
Gets or sets a value that determines whether the tab is selected.
| |
| SelectedImageUrl |
Url to the tab image when the tab is in selected state.
| |
| TabStrip |
Gets the C1TabStrip this tab belongs to.
| |
| Text |
Gets or sets the text displayed on this tab.
| |
| TextImageRelation |
Gets or sets the relationship of the text and image for the child tabs.
| |
| Value |
Gets or sets the value associated with the tab.
|