Attributes |
Name | Required | Request-time | Type | Description |
name | false | true | java.lang.String | Screen map name ( old name for "screename" ) |
screenname | false | true | java.lang.String | Screen map name |
type | false | true | java.lang.String | Screen map type ( old name for "screentype" ) |
screentype | false | true | java.lang.String | Screen map type : "html" or "xul" ( default : "html" ) |
id | false | true | java.lang.String | Screen context id ( old name for "contextid" ) |
contextid | false | true | java.lang.String | Screen context id on the server side : 0 to N ( default : 0 ) |
contextname | false | true | java.lang.String | Screen context name ( on the server side ) same as screen name by default |
action | false | true | java.lang.String | Screen context action ( old name for "contextaction" ) |
contextaction | false | true | java.lang.String | Screen context action to be executed on the server side : "open", "use", "none" ( default action if not set ) |
params | false | true | java.lang.String | Screen map parameters ( ie : "param1=aaa¶m2=bbb" ) |