Attributes |
Name | Required | Request-time | Type | Description |
label | false | true | java.lang.String | Text value to display as label. If text contains an underscore the next character is used as accesskey. |
id | false | true | java.lang.String | The component identifier for this component. This value must be unique within the closest parent component that is a naming container. |
width | false | true | java.lang.String | The width for this component. This value is used in the gridLayouts columns attribute. See gridLayout tag for valid values. |
height | false | true | java.lang.String | The height for this component. |
binding | false | true | java.lang.String | The value binding expression linking this component to a property in a backing bean. |
state | false | true | java.lang.String | ValueBindingExpression pointing to a object to save the component's state. |
doctype | false | true | java.lang.String | Possible values for doctype are: - strict
- HTML 4.01 Strict DTD
- loose
- HTML 4.01 Transitional DTD
- frameset
- HTML 4.01 Frameset DTD
All other values are ignored and no DOCTYPE is set. The default value is 'loose'. |
applicationIcon | false | true | java.lang.String | Absolute URL to an image or image name to lookup in tobago resource path representing the application. In HTML it is used as a favicon. |
focusId | false | true | java.lang.String | Contains the id of the component wich should have the focus after loading the page. Set to emtpy string for disabling setting of focus. Default (null) enables the "auto focus" feature. |