Attribute | Type | Description | Req. | RTExp |
disabled | boolean |
This attribute can be used to disable the control element.
It then does not accept any user inputs and does not generate
any control element events.
| |
|
filter | boolean |
The automatic HTML coding of the column contents can be
activated or disabled with the filter-attribute.
| |
|
key | String |
Specifies the name of the property which returns the key of the option.
|
|
|
label | String |
Specifies the label or a resource key of the option.
It's also possible to specify the text within the
bopy of the tag.
The character string is first HTML-encoded.
| |
|
maxlength | Integer |
Specifies the maximum number of characters for the displayed option element.
| |
|
style | String |
An HTML-style can be directly specified with this attribute.
Annotation:
See HTML documentation for the attribute style.
| |
|
styleClass | String |
The HTML-class attribute of the element can be specified with this attribute.
Annotation:
See HTML documentation for the attribute class.
| |
|
styleId | String |
The HTML-id attribute of the element can be specified with this attribute.
Annotation:
See HTML documentation for the Attribute id.
| |
|