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

tr:panelPartialRoot

The tr:panelPartialRoot tag displays part of the page when Trinidad document and body tags cannot be used.

Example

<tr:panelPartialRoot>
  <tr:panelGroupLayout layout="horizontal">        
    <tr:commandButton text="First" />
    <tr:commandButton text="Next" />        
  </tr:panelGroupLayout>
</tr:panelPartialRoot>    

Rendered Output

Rendered tr:panelPartialRoot tag

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.
partialTriggers Text
 
The partialTriggers attribute sets the ids of components that cause a partial update. Use single colon for components that are in naming containers and multiple colons to search through parent and grandparent containers.
rendered Boolean
 
A value-binding expression that evaluates to a Boolean condition indicating if this component should be rendered.
shortDesc Text
 
The shortDesc attribute displays help text you hover over the component.