Cell"

From Documentation
Line 10: Line 10:
 
= Employment/Purpose =
 
= Employment/Purpose =
  
The generic cell component to be embedded into <javadoc>org.zkoss.zul.Row</javadoc> or <javadoc>org.zkoss.zul.Vbox</javadoc> or <javadoc>org.zkoss.zul.Hbox</javadoc> for fully control style and layout.
+
The generic cell component to be embedded into [[ZK_Component_Reference/Data/Grid/Row | Row]] or [[ZK_Component_Reference/Layouts/Hbox | Hbox]] or [[ZK_Component_Reference/Layouts/Vbox | Vbox]] for fully control style and layout.
 
 
  
 
= Example =
 
= Example =

Revision as of 09:48, 25 November 2010

Cell

Employment/Purpose

The generic cell component to be embedded into Row or Hbox or Vbox for fully control style and layout.

Example

<row>
	<cell sclass="years" rowspan="12">
		...
	</cell>
</row>

Supported events

Name
Event Type
None None

Supported Children

*ALL

Use cases

Version Description Example Location
     

Version History

Last Update : 2010/11/25


Version Date Content
     



Last Update : 2010/11/25

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