Documentation
Tomahawk Tools

Search 

Contents

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

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

id Text
 
The unique identifier value for this component. The value must be unique within the closest naming container.
selectedPanel Text
Required
The selectedPanel attribute defines the ID of the selected panel that should be displayed initially.