Foot"
From Documentation
Jumperchen (talk | contribs) m |
Jumperchen (talk | contribs) m (→Example) |
||
Line 12: | Line 12: | ||
= Example = | = Example = | ||
− | [[ | + | [[Image:ZKComRef_Foot_Example.png ]] |
<source lang="xml" > | <source lang="xml" > | ||
Line 42: | Line 42: | ||
</grid> | </grid> | ||
</source> | </source> | ||
− | |||
=Supported events= | =Supported events= |
Revision as of 07:22, 30 April 2010
Foot
Employment/Purpose
Defines a set of footers (Footer) for a grid (Grid).
Example
<grid>
<columns>
<column label="Type"/>
<column label="Content"/>
</columns>
<rows>
<row>
<label value="File:"/>
<textbox width="99%"/>
</row>
<row>
<label value="Type:"/>
<hbox>
<listbox rows="1" mold="select">
<listitem label="Java Files,(*.java)"/>
<listitem label="All Files,(*.*)"/>
</listbox>
<button label="Browse..."/>
</hbox>
</row>
</rows>
<foot>
<footer>footer1</footer>
<footer>footer2</footer>
<foot>
</grid>
Supported events
None | None |
Supported Children
*ALL
Use cases
Version | Description | Example Location |
---|---|---|
5.0+ |
Version History
Version | Date | Content |
---|---|---|
5.x.x | x/x/20xx | Initialization |