Control Binding
Specifies an expression that binds the control to a particular control property.
Required Attribute
false
Localizable
false
Allow Runtime Binding
true
Allow Load Time Binding
true
Allow Non Binding
false
loaded, boolean [Inherited]
Loaded
Specifies whether or not the control should be created when the page is loaded. Value defaults to 'true'.
Required Attribute
false
Localizable
false
Allow Runtime Binding
false
Allow Load Time Binding
true
Allow Non Binding
true
id, string [Inherited]
Control Identifier
Specifies the name identifier for the control. No two controls can have the same name identifier in a single page.
Required Attribute
false
Localizable
false
Allow Runtime Binding
false
Allow Load Time Binding
true
Allow Non Binding
true
rendered, boolean [Inherited]
Rendered Flag
Indicates whether or not the control should be displayed or processed on any subsequent form submission.
Required Attribute
false
Localizable
false
Allow Runtime Binding
true
Allow Load Time Binding
true
Allow Non Binding
true
rendererType, string [Inherited]
Renderer Type
Identifies (with the "family" defined by the control) an appropriate renderer to encode and decode this control
Required Attribute
false
Localizable
false
Allow Runtime Binding
false
Allow Load Time Binding
true
Allow Non Binding
true
label, string [Inherited]
Label
Label of the tab
Required Attribute
false
Localizable
true
Allow Runtime Binding
true
Allow Load Time Binding
true
Allow Non Binding
true
image, string [Inherited]
Image
Image of the tab
Required Attribute
false
Localizable
false
Allow Runtime Binding
true
Allow Load Time Binding
true
Allow Non Binding
true
href, string [Inherited]
Link Location
Specifies the location of the link to redirect to if not empty. The data in the page is not submitted to the server.
Required Attribute
false
Localizable
false
Allow Runtime Binding
true
Allow Load Time Binding
true
Allow Non Binding
true
dir, string
Direction
Specifies the direction for text that does not inherit a direction. Valid values are 'LTR' (left to right) and 'RTL' (right to left).
Required Attribute
false
Localizable
false
Allow Runtime Binding
true
Allow Load Time Binding
true
Allow Non Binding
true
lang, string
Language Code
Describes the language used in the generated markup of the control.
Required Attribute
false
Localizable
true
Allow Runtime Binding
true
Allow Load Time Binding
true
Allow Non Binding
true
events
onclick, string
Click Script
JavaScript code executed when a pointer control is clicked over this control
Required Attribute
false
Localizable
false
Allow Runtime Binding
true
Allow Load Time Binding
true
Allow Non Binding
true
styling
disableTheme, boolean [Inherited]
Disable Theme
A flag used to determine if the theme should be applied to this control.
Required Attribute
false
Localizable
false
Allow Runtime Binding
false
Allow Load Time Binding
true
Allow Non Binding
true
themeId, string [Inherited]
Theme Id
The theme id that should be used to set the component properties when a theme is applied
Required Attribute
false
Localizable
false
Allow Runtime Binding
false
Allow Load Time Binding
true
Allow Non Binding
true
style, string
CSS Styles
Specifies CSS style(s) to be applied when this control is rendered.
Required Attribute
false
Localizable
false
Allow Runtime Binding
true
Allow Load Time Binding
true
Allow Non Binding
true
styleClass, string
CSS Style Classes
Specifies the space-separated list of CSS style class(es) to be applied when this control is rendered. This value must be passed through as the "class" attribute on generated markup.
Required Attribute
false
Localizable
false
Allow Runtime Binding
true
Allow Load Time Binding
true
Allow Non Binding
true
selectedTabStyleClass, string
Selected Tab Class
Space-separated list of CSS style class(es) to be applied when on the selected tab, if the tab doesn't have a style already assigned.
Required Attribute
false
Localizable
false
Allow Runtime Binding
true
Allow Load Time Binding
true
Allow Non Binding
true
unselectedTabStyleClass, string
Unselected Tab Class
Space-separated list of CSS style class(es) to be applied to the unselected tab, if the tab doesn't have a style already assigned.
Required Attribute
false
Localizable
false
Allow Runtime Binding
true
Allow Load Time Binding
true
Allow Non Binding
true
startTabStyleClass, string
Start Tab Class
Space-separated list of CSS style class(es) to be applied to the start tab, if the tab doesn't have a style already assigned.
Required Attribute
false
Localizable
false
Allow Runtime Binding
true
Allow Load Time Binding
true
Allow Non Binding
true
middleTabStyleClass, string
Middle Tab Class
Space-separated list of CSS style class(es) to be applied to the middle tab(s), if the tab(s) doesn't have a style already assigned.
Required Attribute
false
Localizable
false
Allow Runtime Binding
true
Allow Load Time Binding
true
Allow Non Binding
true
endTabStyleClass, string
End Tab Class
Space-separated list of CSS style class(es) to be applied to the end tab, if the tab doesn't have a style already assigned.
Required Attribute
false
Localizable
false
Allow Runtime Binding
true
Allow Load Time Binding
true
Allow Non Binding
true
contentStyleClass, string
Tab Content Class
Space-separated list of CSS style class(es) to be applied to the content of the tab, if the tab content doesn't have a style already assigned.