Documentation

Search 

Contents

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

10. Trinidad HTML Tag Reference

Contents > Trinidad HTML Tag Reference > trh:styleSheet

trh:styleSheet

The trh:styleSheet tag represents a link to the Apache Trinidad style sheet. You do not need this tag is you use the head tag.

Example

<trh:styleSheet></trh:styleSheet>

HTML Output

<link rel="stylesheet" charset="UTF-8" type="text/css" href="/adf/styles/cache/minimal-desktop-1298923367-en-gecko-cmp.css">

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.