| |||||||
FRAMES NO FRAMES |
**** Preliminary. Maybe subject to changed in a future version ****
Add an data attribute on the UIComponent associated with the closest parent UIComponent custom action. Data attributes will be passed through the renderers into the DOM of the user agent and can be used by scripts.Tag Information | |
Tag Class | org.apache.myfaces.tobago.internal.taglib.DataAttributeTag |
TagExtraInfo Class | None |
Body Content | JSP |
Display Name | None |
Attributes | ||||
Name | Required | Request-time | Type | Description |
name | true | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The name of the attribute in the parent component. |
value | true | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The value of the attribute in the parent component. |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |