Attributes |
Name | Required | Request-time | Type | Description |
var | false | true | java.lang.String | The variable name to initialize |
value | false | true | java.lang.String | The value to set in the variable |
scope | false | true | java.lang.String | The scope where to set the variable ( 'page', 'request', 'session', 'application' ). If not specified, the variable is stored in the special Telosys variables area |
x | false | true | java.lang.String | X coordinate : offset (in pixels) from left edge ('x' is a pre-defined variable) |
y | false | true | java.lang.String | Y coordinate : offset (in pixels) from top edge ('y' is a pre-defined variable) |
xgap | false | true | java.lang.String | X gap for increment with 'x++' |
ygap | false | true | java.lang.String | Y gap for increment with 'y++' |
screen_type | false | true | java.lang.String | No Description |