10. Tomahawk Tag Reference
Contents > Tomahawk Tag Reference > t:panelStack
t:panelStack |
|
The t:panelStack tag generates a stack of panel containers, enabling you to switch between panels dynamically. The id attribute determines which panel is rendered.
Example:
<t:panelStack></t:panelStack>
|
Tag Attributes
| binding |
String |
| |
| The value-binding expression linking this component tag to a backing bean property. |
| id |
String |
| |
| The unique identifier value for this component. The value must be unique within the closest naming container. |
| rendered |
String |
| |
| A value-binding expression that evaluates to a Boolean condition indicating if this component should be rendered. |
| selectedPanel |
String |
| Required |
| The selectedPanel attribute defines the ID of the selected panel that should be displayed initially. |
|