| |||||||
FRAMES NO FRAMES |
Add an HTML5 data-* attribute to the enclosing component.
Lazily create a java.util.Map
and store it in the component attributes map under the under the key given by the value of the symbolic constant UIComponent.DATA_ATTRIBUTES_KEY
. Add an entry in the map with the name and value taken from the corresponding attributes on this element, preserving the ValueExpression
nature of the name and value, if necessary.
Tag Information | |
Tag Class | None |
TagExtraInfo Class | None |
Body Content | empty |
Display Name | None |
Attributes | ||||
Name | Required | Request-time | Type | Description |
name | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| The name of the data-* attribute. The value of name will be appended to the literal string "data-" (without the quotes) in the rendered markup for the component, as specified in the overview for the HTML_BASIC RenderKit. |
value | false | false | javax.el.ValueExpression
(must evaluate to java.lang.Object )
| The value of the data-* attribute. |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |