Invoke Script - caf_h:scriptInvoke

Component Information 
InfoValue
Component Typecom.webmethods.caf.faces.component.script.InvokeClientScript
Handler ClassNone
Renderer Typecom.webmethods.caf.faces.render.html.script.InvokeClientScriptRenderer
Description Script which invokes client side control actions or set properties
Palette LocationCAF Html/Control/Scripts/Invoke Script
Attributes 
NameRequiredTypeDescription
actionfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Target action to invoke

Valid values are:

  • setValue
  • setVisible
  • setDisabled
  • toggle
  • raise
  • growl
  • updateContext
controlfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Target control to invoke action on
eventfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Client side event type to respond

Valid values are:

  • onclick
  • onchange
  • ondblclick
  • onmousedown
  • onmouseup
  • onmousemove
  • onmouseover
  • onmouseout
  • onkeypress
  • onkeydown
  • onkeyup
  • onRowChange
  • onValueChange
  • onDrag
  • onDrop
  • none
forfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
ID of control to which to apply this behavior
idfalsejava.lang.String Control identifier
renderedfalsejavax.el.ValueExpression
(must evaluate to boolean)
True to render control; false to ignore it

If not specified, the default value is "true".

rowvariablefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Expression that resolves to the current row when using inside tables
valuefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Value to pass to the control action

Output generated by Vdldoc View Declaration Language Documentation Generator.