Documentation

Search 

Contents

  1. Introduction
  2. Getting Started
  3. Trinidad Concepts
  4. Code View Support
  5. Design View Support
  6. Tag Object Toolbars
  7. Server Behaviors
  8. Property Inspectors
Selected 9. Trinidad Tag Reference

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.