Foot"

From Documentation
Line 59: Line 59:
 
=Use cases=
 
=Use cases=
  
{| border='1px' | width="100%"
+
[[ZK_Component_Reference/Data/Grid#Use_cases | Grid]]
! Version !! Description !! Example Location
 
|-
 
| 5.0+
 
|  
 
|  
 
|}
 
  
 
=Version History=
 
=Version History=

Revision as of 07:25, 30 April 2010

Foot

Employment/Purpose

Defines a set of footers (Footer) for a grid (Grid).


Example

ZKComRef Foot Example.png

 <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

Name
Event Type
None None

Supported Children

Footer

Use cases

Grid

Version History

Version Date Content
5.0.1 04/30/2010 Initialization



Last Update : 2010/04/30

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.