A control that adds a JavaScript block to the current page, containing the JavaScript code specified by the control's value
attribute.
Info | Value |
---|---|
Component Type | com.webmethods.caf.faces.output.Script |
Handler Class | None |
Renderer Type | com.webmethods.caf.faces.output.Script |
Description | JavaScript 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 |
value | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Control value |
Output generated by Vdldoc View Declaration Language Documentation Generator.