|
⇤ ← Revision 1 as of 2005-10-03 22:06:10
Size: 332
Comment:
|
← Revision 2 as of 2009-09-20 23:00:52 ⇥
Size: 332
Comment: converted to 1.6 markup
|
| No differences found! | |
Overview
Renders any HTML tag as specified in value attribute.
Usage
<t:htmlTag [{all standard UIOutput attributes}] />
Example
<t:htmlTag value="br" />
Renders: <br/>
<t:htmlTag value="div" > [Other JSF tags/content] </t:htmlTag>
Renders: <div>OTHER CONTENT</div>