| |||||||
| FRAMES NO FRAMES | |||||||
Markup element that causes a component of component-family: javax.faces.Panel with renderer-type: javax.faces.passthrough.Element to be inserted in the tree. This element is primarily intended to be used by the default TagDecorator, when no match is found as described in the javadoc for that class. The component that backs this element must implement javax.faces.component.behavior.ClientBehaviorHolder and return "click" from its getDefaultEventName() method. The list of events returned from its getEventNames() method must include the "on*" attributes below, ommitting the leading "on".
| Tag Information | |
| Tag Class | None |
| TagExtraInfo Class | None |
| Body Content | empty |
| Display Name | None |
| Attributes | ||||
| Name | Required | Request-time | Type | Description |
| elementName | true | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| This attribute must be in the |
| onclick | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| Javascript code executed when a pointer button is clicked over this element. |
| ondblclick | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| Javascript code executed when a pointer button is double clicked over this element. |
| onmousedown | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| Javascript code executed when a pointer button is pressed down over this element. |
| onmouseup | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| Javascript code executed when a pointer button is released over this element. |
| onmouseover | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| Javascript code executed when a pointer button is moved onto this element. |
| onmousemove | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| Javascript code executed when a pointer button is moved within this element. |
| onmouseout | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| Javascript code executed when a pointer button is moved away from this element. |
| onkeypress | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| Javascript code executed when a key is pressed and released over this element. |
| onkeydown | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| Javascript code executed when a key is pressed down over this element. |
| onkeyup | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| Javascript code executed when a key is released over this element. |
| Variables | No Variables Defined. |
| |||||||
| FRAMES NO FRAMES | |||||||