Return Value Script - caf_h:scriptReturnValue

Component Information 
InfoValue
Component Typecom.webmethods.caf.faces.component.script.GetValueClientScript
Handler ClassNone
Renderer Typecom.webmethods.caf.faces.render.html.script.GetValueClientScriptRenderer
Description Script which returns values from client controls
Palette LocationCAF Html/Control/Scripts/Return Value Script
Attributes 
NameRequiredTypeDescription
actionfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Type of value to obtain

Valid values are:

  • getValue
  • isVisible
  • isDisabled
controlfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Target control to obtain value from
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

Output generated by Vdldoc View Declaration Language Documentation Generator.