ColSizeEvent"

From Documentation
m (Created page with 'init')
 
Line 1: Line 1:
init
+
{{ZKComponentReferencePageHeader}}
 +
 
 +
= ColSizeEvent =
 +
 
 +
*Demonstration: N/A
 +
*Java API: <javadoc>org.zkoss.zul.event.ColSizeEvent</javadoc>
 +
*JavaScript API: N/A
 +
 
 +
= Employment/Purpose =
 +
 
 +
Used to notify that the widths of two adjacent column are changed.
 +
 
 +
When an user drags the border of sizable columns, the width of the adjacent columns are changed accordingly - one is enlarged, the other is shrunk and the total width is not changed.
 +
 
 +
The event is sent to the parent (e.g., Columns and Treecols).
 +
 
 +
= Example =
 +
 
 +
N/A
 +
 
 +
 
 +
 
 +
=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
 +
| 4/28/2010
 +
| Initialization
 +
|}
 +
 
 +
{{ZKComponentReferencePageFooter}}

Revision as of 01:16, 28 April 2010

ColSizeEvent

  • Demonstration: N/A
  • Java API: ColSizeEvent
  • JavaScript API: N/A

Employment/Purpose

Used to notify that the widths of two adjacent column are changed.

When an user drags the border of sizable columns, the width of the adjacent columns are changed accordingly - one is enlarged, the other is shrunk and the total width is not changed.

The event is sent to the parent (e.g., Columns and Treecols).

Example

N/A


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 4/28/2010 Initialization



Last Update : 2010/04/28

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