10. Trinidad Core Tag Reference
Contents > Trinidad Core Tag Reference > tr:componentRef
tr:componentRef |
|
The tr:componentRef tag adds components onto the current component tree.
Example
<tr:componentRef></tr:componentRef>
HTML Output
(No output.)
|
Tag Attributes
| componentType |
Text |
| Required |
| The componentType attribute sets which component to use. All components must be listed in a region-metadata.xml file. |
| id |
Text |
| Required |
| 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. |
| value |
Text |
| |
| The value attribute sets the current value for this component. |
|