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
|
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. |
|