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 ) |
data | false | true | java.lang.String | Data binding with screen context (on the 'server side') : 'element.attribute', or 'attribute' ( of the default element ), or '#' to use the widget 'id' |
name | false | true | java.lang.String | Standard html 'name' attribute |
value | false | true | java.lang.String | The value of the hidden field |