Paging"
From Documentation
m (→Example) |
|||
Line 13: | Line 13: | ||
= Example = | = Example = | ||
+ | [[Image:ZKComRef_Paging.PNG]] | ||
− | + | <source lang="xml" > | |
− | + | <vbox> | |
+ | <paging totalSize="100" pageSize="20"/> | ||
+ | </vbox> | ||
+ | </source> | ||
=Supported events= | =Supported events= |
Revision as of 10:50, 27 April 2010
Paging
- Demonstration: Paging (with Grid), Paging (with Listbox), Paging (with Tree)
- Java API: Paging
- JavaScript API: Paging
Employment/Purpose
Example
<vbox>
<paging totalSize="100" pageSize="20"/>
</vbox>
Supported events
None | None |
Supported Children
*NONE
Use cases
Version | Description | Example Location |
---|---|---|
5.0+ |
Version History
Version | Date | Content |
---|---|---|
5.x.x | x/x/20xx | Initialization |