Note: For more control information, refer to the CAF control documentation in the webMethods CAF Development Help.
Script which invokes client side control actions or set propertiesInfo | Value |
---|---|
Component Type | com.webmethods.caf.faces.component.script.InvokeClientScript |
Handler Class | None |
Renderer Type | com.webmethods.caf.faces.render.html.script.InvokeClientScriptRenderer |
Description | Script which invokes client side control actions or set properties |
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.