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:attribute

tr:attribute

The tr:attribute tag adds a name and value binding to the parent component. The value binding is stored for later evaluation.

Example

<tr:attribute></tr:attribute>

HTML Output

(No output)

Tag Attributes

name Text
 
The name attribute contains the name associated with the attribute.
value Text
 
The value attribute sets the current value for this component.