Tabpanels"

From Documentation
m ((via JWB))
m ((via JWB))
 
Line 10: Line 10:
 
= Employment/Purpose =
 
= Employment/Purpose =
  
A <tt>tabpanels</tt> is the container for the tab panels, i.e., a collection of tabpanel components.
+
A <code>tabpanels</code> is the container for the tab panels, i.e., a collection of tabpanel components.
  
 
= Example =
 
= Example =

Latest revision as of 10:38, 12 January 2022

Tabpanels

Employment/Purpose

A tabpanels is the container for the tab panels, i.e., a collection of tabpanel components.

Example

ZKComRef Containers Tabs.PNG

<zk>
	<tabbox width="400px">
		<tabs>
			<tab label="Tab 1" />
			<tab label="Tab 2" />
		</tabs>
		<tabpanels>
			<tabpanel>This is panel 1</tabpanel>
			<tabpanel>This is panel 2</tabpanel>
		</tabpanels>
	</tabbox>
	<space />
	<tabbox width="400px" mold="accordion">
		<tabs>
			<tab label="Tab 3" />
			<tab label="Tab 4" />
		</tabs>
		<tabpanels>
			<tabpanel>This is panel 3</tabpanel>
			<tabpanel>This is panel 4</tabpanel>
		</tabpanels>
	</tabbox>
</zk>

Supported Events

Name
Event Type
None None

Supported Children

Tabpanel

Use Cases

Tabbox

Version History

Last Update : 2022/01/12


Version Date Content
     



Last Update : 2022/01/12

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.