| |||||||
FRAMES NO FRAMES |
Represents single object in the JavaScript hash. Should be enclosed into <cdk:scriptObject>
tag.
Attributes | ||||
Name | Required | Request-time | Type | Description |
attributes | false | true | java.lang.Object | Space-separated list of attributes to be added to the hash. |
variables | false | true | java.lang.Object | Space-separated list of Java variables to be added to the hash. |
name | false | true | java.lang.String | Key of the current option in hash. |
value | false | true | java.lang.String | Value of the current option in hash. |
defaultValue | false | true | java.lang.String | Literal (i.e. non-EL) expression representing default option value. Should be valid Java expression. |
wrapper | false | true | java.lang.String | Optional wrapper around value. Currently supported are:
|
| |||||||
FRAMES NO FRAMES |