| Attributes |
| Name | Required | Request-time | Type | Description |
| id | false | true | java.lang.String | Id of the select control to construct. This has to be the same id as is the id of the label and the context help associated with this control. The easiest way is to do not specify the id for individual elements of the dialog row and instead specify id of the dialog row or a column of a dialog row that contains these elements. |
| cssclass | false | true | java.lang.String | CSS class for the select control generated by this tag. This is different than the selectcssclass, which sets the style of the input control itself. This value sets the style of the block element containing the input control. |
| type | false | true | java.lang.String | Type of the block element to generate for this label. The available options are "div" or "span". |
| name | false | true | java.lang.String | Name of the parameter used to identify submitted data. |
| selectcssclass | false | true | java.lang.String | Class for the input control representing this select control. This is different than the cssclass which sets the style of the block element containing the control itself. |
| disabled | false | true | java.lang.String | Flag specifying if this input control is initially disabled therefore preventing user to enter or modify value it contains. |
| focus | false | true | java.lang.String | Does this control have focus when it is displayed on the page or not. Only one control on a page or tab can be marked as focus at a time. If multiple controls are marked this way, then the first one on the page or tab will get the focus. If this control have focus when it is displayed on the page this value should be true or 1. |
| onchange | false | true | java.lang.String | JavaScript code to execute when the selected element changes. |