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 of the item |
txt | true | true | java.lang.String | The text of the item |
selected | false | true | java.lang.String | Item selected or not : 'true' or 'false' (default : 'false') |