|
t:collapsiblePanel |
|
<p>The <t:collapsiblePanel> tag is a collapsible panel that can show or hide its children elements. When collapsed, there is a single button rendered that will reopen the panel and display the children. The title attribute defines the visible label displayed at the top of the panel.</p>
Example
<t:collapsiblePanel> </t:collapsiblePanel>
|