Cell"

From Documentation
Line 13: Line 13:
  
 
= Example =
 
= Example =
<source lang="zul">
+
<source lang="xml">
 
<row>
 
<row>
 
<cell sclass="years" rowspan="12">
 
<cell sclass="years" rowspan="12">
Line 20: Line 20:
 
</row>
 
</row>
 
</source>
 
</source>
 
 
  
 
=Supported events=
 
=Supported events=

Revision as of 03:25, 18 May 2010

Cell

Employment/Purpose

The generic cell component to be embedded into Row or Vbox or Hbox 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

Version Date Content
5.0.2 5/19/2010 Initialization



Last Update : 2010/05/18

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