Cell"

From Documentation
Line 3: Line 3:
 
= Cell =
 
= Cell =
  
*Demonstration: [http://docs.zkoss.org/wiki/ZK_5:_Frozen_Column%2C_In-place_Editing_and_Rowspan#Live_Demo Live Demo]
+
*Demonstration: [http://www.zkoss.org/zkdemo/grid/spreadsheet_functionalities Grid (Spreadsheet Functionalities) ]
 
*Java API: <javadoc>org.zkoss.zul.Cell</javadoc>
 
*Java API: <javadoc>org.zkoss.zul.Cell</javadoc>
 
*JavaScript API: <javadoc directory="jsdoc">zul.wgt.Cell</javadoc>
 
*JavaScript API: <javadoc directory="jsdoc">zul.wgt.Cell</javadoc>
 +
*Style Guide: [http://books.zkoss.org/wiki/ZK_Style_Guide/XUL_Component_Specification/Cell Cell]
  
 
= Employment/Purpose =
 
= Employment/Purpose =

Revision as of 09:43, 25 November 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

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.