Layouts and Containers"
From Documentation
m |
m |
||
Line 2: | Line 2: | ||
__TOC__ | __TOC__ | ||
− | |||
− | |||
Layouts are components used to partition the display area it owns into several sub-areas for its child components, while containers ''group'' its child components into the display area it owns. | Layouts are components used to partition the display area it owns into several sub-areas for its child components, while containers ''group'' its child components into the display area it owns. | ||
=Layouts= | =Layouts= | ||
+ | Here are a brief introductions. For detailed information and a complete list, please refer to [[ZK Component Reference/Layouts|ZK Component Reference: Layouts]]. | ||
==Hlayout and Vlayout== | ==Hlayout and Vlayout== | ||
==Hbox and Vbox == | ==Hbox and Vbox == | ||
Line 15: | Line 14: | ||
==Tablelayout== | ==Tablelayout== | ||
=Containers= | =Containers= | ||
+ | Here are a brief introductions. For detailed information and a complete list, please refer to [[ZK Component Reference/Containers|ZK Component Reference: Containers]]. | ||
==Window== | ==Window== | ||
==Panel== | ==Panel== |
Revision as of 01:50, 23 December 2010
Layouts are components used to partition the display area it owns into several sub-areas for its child components, while containers group its child components into the display area it owns.
Layouts
Here are a brief introductions. For detailed information and a complete list, please refer to ZK Component Reference: Layouts.
Hlayout and Vlayout
Hbox and Vbox
Borderlayout
Columnlayout
Portallayout
Tablelayout
Containers
Here are a brief introductions. For detailed information and a complete list, please refer to ZK Component Reference: Containers.
Window
Panel
Div and Span
Groupbox
Tabbox
Version History
Version | Date | Content |
---|---|---|