Note: For more control information, refer to the CAF control documentation in the webMethods CAF Development Help.
Custom code script blockInfo | Value |
---|---|
Component Type | com.webmethods.caf.faces.component.script.CustomClientScript |
Handler Class | None |
Renderer Type | com.webmethods.caf.faces.render.html.script.CustomClientScriptRenderer |
Description | Custom code script block |
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 |
code | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Custom script code |
Output generated by Vdldoc View Declaration Language Documentation Generator.