dundas.controls.Tab Class

 

Inheritance Hierarchy

 
Class
   dundas.controls.Tab
 

Constructors

 
  Name Description
init Initializes the control. Called during construction.
 
 

Properties

 
  Name Description
caption Gets or sets the tab caption text.
content Gets or sets the tab content.
contentElement Gets the content element.
contentElementBackground Gets or sets the background of the content element in the control.
contentElementBorder Gets or sets the active border of the navigation element in the control.
contentElementPadding Gets or sets the padding of the content element in the control.
id Gets or sets the tab ID.
isActiveTab Gets or sets a value indicating whether this tab is active.
navigationElement Gets the tab navigation element.
navigationElementActiveBackground Gets or sets the hover background of the navigation element in the control.
navigationElementActiveBorder Gets or sets the active border of the navigation element in the control.
navigationElementFlex Gets or sets the navigation element min-width.
navigationElementHoverBackground Gets or sets the hover background of the navigation element in the control.
navigationElementHoverBorder Gets or sets the hover border of the navigation element in the control.
navigationElementMaxWidth Gets or sets the navigation element max-width.
navigationElementMinWidth Gets or sets the navigation element min-width.
navigationElementPadding Gets or sets the padding of the navigation element.
navigationElementRestBackground Gets or sets the rest background of the navigation element in the control.
navigationElementRestBorder Gets or sets the rest border of the navigation element in the control.
navigationElementTextAlign Gets or sets the text align of the navigation element.
navigationElementWidth Gets or sets the navigation element width.
navigationElementWordWrap Gets or sets the word wrap of the navigation element.
parentControl Gets or sets the parent control. Necessary for fall-back properties.
tabAdapter Gets or sets the adapter contained in this tab.
 
 

Methods

 
  Name Description
applyProperty Applies the property to the control; falls back to parent's properties where applicable.
dispose Disposes the tab.
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
setNavigationElementActiveState Applies active properties to the navigation element.
setNavigationElementHoverState Applies hover properties to the navigation element.
setNavigationElementRestState Applies rest properties to the navigation element.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.
toString Returns a string representation of this object.