Portlet Url Script - cafp_h:portletUrlScript

Component Information 
InfoValue
Component Typecom.webmethods.caf.faces.component.portleturl.PortletUrlScript
Handler ClassNone
Renderer Typecom.webmethods.caf.faces.component.portleturl.PortletUrlScript
Description Parameterized JavaScript block to invoke portlet urls from client
Palette LocationCAF Portlet Html/Control/Scripts/Portlet Url Script
Attributes 
NameRequiredTypeDescription
contextfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Portlet URL context: href or form

Valid values are:

  • link
  • href
  • form
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
formMethodfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Which HTTP method to use POST or GET when using 'form' context

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

Valid values are:

  • GET
  • POST
formTargetfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Target for submitted form when using 'form' context.
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.