| Attributes |
| Name | Required | Request-time | Type | Description |
| id | false | true | java.lang.String | Standard html 'id' attribute |
| cl | false | true | java.lang.String | CSS class name ( same as html 'class' attribute ) |
| style | false | true | java.lang.String | Standard html 'style' attribute ( for CSS ) |
| title | false | true | java.lang.String | Standard html 'title' attribute |
| value | true | true | java.lang.String | The value associated with the item (not visible) |
| txt | true | true | java.lang.String | The text printed for the item |
| selected | false | true | java.lang.String | Item selected or not : 'true' or 'false' (default : 'false') |