Attributes |
Name | Required | Request-time | Type | Description |
id | false | true | java.lang.String | Beginning of the generated 'id' attribute ( e.g. 'foo' for 'foo_1', 'foo_2', etc ) |
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 ) |
provider | false | true | java.lang.String | The symbolic name of the provider to use (to build the items list) |
list | false | true | java.lang.String | The name of the list to use (to build the items list). The list can be a VOList, a DataSet or any Java Collection |
scope | false | true | java.lang.String | The scope where to search the list ( 'screen', 'screen-attributes', 'screen-elements', 'request', 'screen-session', 'session', 'screen-application', 'application' ). The 'screen' scope is available only in actions requests (not in service requests). |
txt | false | true | java.lang.String | The expression to build the txt from the current bean of the list ( e.g. '@{.name}' or '@{2}') |
value | false | true | java.lang.String | The expression to build the txt from the current bean of the list ( e.g. '@{.code}' or '@{1}' ) |
title | false | true | java.lang.String | Standard html 'title' attribute ( with list symbolic variables can be used, e.g. '@{.name}' ) |