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
url, string [Inherited]
Source URL
Specifies the path to the resource referenced by the control. Value is an alias for the 'value' property.
Required Attribute
false
Localizable
false
Allow Runtime Binding
true
Allow Load Time Binding
true
Allow Non Binding
true
value, generic [Inherited]
Value
Specifies the value of the control. Value is typically rendered as a URL.
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
ismap, boolean
Image Map Flag
Indicates that the image should be used as a server-side image map. The image must be enclosed inside an A element that contains an HREF.
Required Attribute
false
Localizable
false
Allow Runtime Binding
true
Allow Load Time Binding
true
Allow Non Binding
true
longdesc, string
Long Description
Specifies a URI to provide a more detailed description of the image.
Required Attribute
false
Localizable
false
Allow Runtime Binding
true
Allow Load Time Binding
true
Allow Non Binding
true
usemap, string
Use Image Map
Specifies the name of the client-side image map to use for the control.
Required Attribute
false
Localizable
false
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
ondblclick, string
Double Click Script
JavaScript code executed when a pointer control is double clicked over this control
Required Attribute
false
Localizable
false
Allow Runtime Binding
true
Allow Load Time Binding
true
Allow Non Binding
true
onmousedown, string
Mouse Down Script
JavaScript code executed when a pointer control is pressed down over this control
Required Attribute
false
Localizable
false
Allow Runtime Binding
true
Allow Load Time Binding
true
Allow Non Binding
true
onmouseup, string
Mouse Up Script
JavaScript code executed when a pointer control is released over this control
Required Attribute
false
Localizable
false
Allow Runtime Binding
true
Allow Load Time Binding
true
Allow Non Binding
true
onmouseover, string
Mouse Over Script
JavaScript code executed when a pointer control is moved onto this control
Required Attribute
false
Localizable
false
Allow Runtime Binding
true
Allow Load Time Binding
true
Allow Non Binding
true
onmousemove, string
Mouse Move Script
JavaScript code executed when a pointer control is moved within this control
Required Attribute
false
Localizable
false
Allow Runtime Binding
true
Allow Load Time Binding
true
Allow Non Binding
true
onmouseout, string
Mouse Out Script
JavaScript code executed when a pointer control is moved away from this control
Required Attribute
false
Localizable
false
Allow Runtime Binding
true
Allow Load Time Binding
true
Allow Non Binding
true
onkeypress, string
Key Press Script
JavaScript code executed when a key is pressed and released over this control.
Required Attribute
false
Localizable
false
Allow Runtime Binding
true
Allow Load Time Binding
true
Allow Non Binding
true
onkeydown, string
Key Down Script
JavaScript code executed when a key is pressed down over this control
Required Attribute
false
Localizable
false
Allow Runtime Binding
true
Allow Load Time Binding
true
Allow Non Binding
true
onkeyup, string
Key Up Script
JavaScript code executed when a key is released over this control
Required Attribute
false
Localizable
false
Allow Runtime Binding
true
Allow Load Time Binding
true
Allow Non Binding
true
onblur, string
Focus Off Script
JavaScript code executed when this control loses focus
Required Attribute
false
Localizable
false
Allow Runtime Binding
true
Allow Load Time Binding
true
Allow Non Binding
true
onfocus, string
Focus On Script
JavaScript code executed when this control receives focus
Required Attribute
false
Localizable
false
Allow Runtime Binding
true
Allow Load Time Binding
true
Allow Non Binding
true
format
height, string
Image Height
Override for the height of this image
Required Attribute
false
Localizable
false
Allow Runtime Binding
true
Allow Load Time Binding
true
Allow Non Binding
true
width, string
Image Width
Override for the width of this image.
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
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
style, string
CSS Styles
Specifies CSS style(s) to be applied when this control is rendered.