Separator"

From Documentation
m (Created page with 'init')
 
m
Line 1: Line 1:
init
+
{{ZKComponentReferencePageHeader}}
 +
 
 +
= Separator =
 +
*Demonstration: N/A
 +
*Java API: <javadoc>org.zkoss.zul.Separator</javadoc>
 +
*JavaScript API: <javadoc directory="jsdoc">zul.wgt.Separator</javadoc>
 +
 
 +
= Employment/Purpose =
 +
Defines a set of footers (
 +
[[ZK_Component_Reference/Data/Grid/Footer | Footer]]) for a grid (
 +
[[ZK_Component_Reference/Data/Grid | Grid]]).
 +
 
 +
 
 +
= Example =
 +
 
 +
[[Image:ZKComRef_Separator_Example.png ]]
 +
 
 +
<source lang="xml" >
 +
line 1 by separator
 +
<separator />
 +
line 2 by separator
 +
<separator />
 +
line 3 by separator
 +
<space bar="true" />
 +
another piece
 +
<separator spacing="20px" />
 +
line 4 by separator
 +
<space bar="true" spacing="20px" />
 +
another piece
 +
</source>
 +
 
 +
=Supported events=
 +
 
 +
{| border="1" | width="100%"
 +
! <center>Name</center>
 +
! <center>Event Type</center>
 +
|-
 +
| None
 +
| None
 +
|}
 +
 
 +
=Supported Children=
 +
 
 +
*NONE
 +
 
 +
=Use cases=
 +
 
 +
{| border='1px' | width="100%"
 +
! Version !! Description !! Example Location
 +
|-
 +
| 5.0+
 +
| &nbsp;
 +
| &nbsp;
 +
|}
 +
 
 +
=Version History=
 +
 
 +
{| border='1px' | width="100%"
 +
! Version !! Date !! Content
 +
|-
 +
| 5.0.1
 +
| 04/30/2010
 +
| Initialization
 +
|}
 +
 
 +
{{ZKComponentReferencePageFooter}}

Revision as of 07:50, 30 April 2010

Separator

Employment/Purpose

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


Example

ZKComRef Separator Example.png

 line 1 by separator
 <separator />
 line 2 by separator
 <separator />
 line 3 by separator
 <space bar="true" />
 another piece
 <separator spacing="20px" />
 line 4 by separator
 <space bar="true" spacing="20px" />
 another piece

Supported events

Name
Event Type
None None

Supported Children

  • NONE

Use cases

Version Description Example Location
5.0+    

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.