| Attributes |
| Name | Required | Request-time | Type | Description |
| selected | false | true | java.lang.String | The value of the currently selected item. |
| listVar | false | false | java.lang.String | The name of the scope variable the list is assigned to. |
| listOptions | false | false | java.lang.String | The options to include in the buttons from a List. |
| mapOptions | false | false | java.lang.String | The options to include in the buttons from a Map. |
| codeTable | false | false | java.lang.String | The name of the code table to fetch options from. |
| dsn | true | true | java.lang.String | The data source this field belongs to. |
| rowID | false | true | java.lang.String | The row id of the entity to reference. It is not common to need to set this attribute. |
| field | true | true | java.lang.String | The name of data source field attribute. |
| condition | false | true | java.lang.String | The additional condition to enable this field. |
| accesskey | false | true | java.lang.String | The accesskey attribute. |
| onchange | false | true | java.lang.String | The onchange event handler. |
| onselect | false | true | java.lang.String | The onselect event handler. |
| onblur | false | true | java.lang.String | The onblur attribute. |
| onclick | false | true | java.lang.String | The onclick event handler. |
| ondblclick | false | true | java.lang.String | The ondblclick event handler. |
| onfocus | false | true | java.lang.String | The onfocus event handler. |
| onkeydown | false | true | java.lang.String | The onkeydown event handler. |
| onkeypress | false | true | java.lang.String | The onkeypress event handler. |
| onkeyup | false | true | java.lang.String | The onkeyup event handler. |
| onmousedown | false | true | java.lang.String | The onmousedown event handler. |
| onmousemove | false | true | java.lang.String | The onmousemove event handler. |
| onmouseout | false | true | java.lang.String | The onmouseout event handler. |
| onmouseover | false | true | java.lang.String | The onmouseover event handler. |
| onmouseup | false | true | java.lang.String | No Description |
| style | false | true | java.lang.String | The in line CSS style. |
| styleclass | false | true | java.lang.String | The CSS Style class; this sets the class attribute. |
| selectedStyleclass | false | true | java.lang.String | The CSS style to use for the selected value. |
| disabledStyleclass | false | true | java.lang.String | The CSS style class to use when the control is disabled. |
| readonly | false | true | java.lang.String | The readonly attribute. |
| styleid | false | true | java.lang.String | The CSS style using ID selectors attribute. |
| tabindex | false | true | java.lang.String | The tabindex attribute. |
| title | false | true | java.lang.String | The title (tooltip) attribute. |