10. Trinidad HTML Tag Reference
Contents > Trinidad HTML Tag Reference > trh:html
trh:html |
|
The trh:html tag represents the HTML "html" element.
Example
<trh:html></trh:html>
HTML Output
<html></html>
|
Tag Attributes
| attributeChangeListener |
Text |
| |
| The attributeChangeListener attribute contains the reference to a method that is invoked when the renderer changes a property without the application’s request. |
| binding |
Expression |
| |
| The value-binding expression linking this component tag to a backing bean property. |
| id |
Text |
| |
| The unique identifier value for this component. The value must be unique within the closest naming container. |
| rendered |
Boolean |
| |
| A value-binding expression that evaluates to a Boolean condition indicating if this component should be rendered. |
|