Tabpanels"
From Documentation
(Created page with '{{ZKComponentReferencePageHeader}} =Tabpanels = *Demonstration: [http://www.zkoss.org/zkdemo/userguide/#l10 Tabpanels] *Java API: <javadoc>org.zkoss.zul.Tabpanels</javadoc> *Ja…') |
Tmillsclare (talk | contribs) |
||
Line 58: | Line 58: | ||
! Version !! Date !! Content | ! Version !! Date !! Content | ||
|- | |- | ||
− | | | + | | |
− | | | + | | |
− | | | + | | |
|} | |} | ||
{{ZKComponentReferencePageFooter}} | {{ZKComponentReferencePageFooter}} |
Revision as of 07:17, 19 May 2010
Tabpanels
Employment/Purpose
A tabpanels is the container for the tab panels, i.e., a collection of tabpanel components.
Example
File:ZKComRef Containers Tabpanels.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
*NONE
Supported Children
Use cases
Version History
Version | Date | Content |
---|---|---|