Note: For more control information, refer to the CAF control documentation in the webMethods CAF Development Help.
Script which returns invokes a client-side map action or sets a client-side map propertyInfo | Value |
---|---|
Component Type | com.webmethods.caf.faces.gmap.GMapInvokeScript |
Handler Class | None |
Renderer Type | com.webmethods.caf.faces.gmap.GMapInvokeScript |
Description | Script which returns invokes a client-side map action or sets a client-side map property |
Name | Required | Type | Description |
---|---|---|---|
id | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Control identifier |
rendered | false | javax.el.ValueExpression
(must evaluate to boolean )
| True to render control; false to ignore it |
event | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Client side event type to respond |
rowvariable | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Expression that resolves to the current row when using inside tables |
for | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| ID of control to which to apply this behavior |
control | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Target control to invoke action on |
value | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Value to pass to the control action |
action | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Target action to invoke |
Output generated by Vdldoc View Declaration Language Documentation Generator.