Footer"
From Documentation
Jumperchen (talk | contribs) |
Tmillsclare (talk | contribs) m |
||
Line 59: | Line 59: | ||
=Supported Children= | =Supported Children= | ||
− | *ALL | + | *ALL |
=Use cases= | =Use cases= | ||
Line 70: | Line 70: | ||
! Version !! Date !! Content | ! Version !! Date !! Content | ||
|- | |- | ||
− | | 5.0. | + | | 5.0.2 |
| 04/30/2010 | | 04/30/2010 | ||
| Initialization | | Initialization |
Revision as of 03:08, 14 May 2010
Employment/Purpose
A column of the footer of a grid ( Grid). Its parent must be Foot.
Unlike Column, you could place any child in a grid footer.
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 History
Version | Date | Content |
---|---|---|
5.0.2 | 04/30/2010 | Initialization |