Custom Script - caf_h:scriptCustom

Component Information 
InfoValue
Component Typecom.webmethods.caf.faces.component.script.CustomClientScript
Handler ClassNone
Renderer Typecom.webmethods.caf.faces.render.html.script.CustomClientScriptRenderer
Description Custom code script block
Palette LocationCAF Html/Control/Scripts/Custom Script
Attributes 
NameRequiredTypeDescription
codefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Custom script code
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.