ColSizeEvent"
From Documentation
Tmillsclare (talk | contribs) m |
m ((via JWB)) |
||
(4 intermediate revisions by 3 users not shown) | |||
Line 9: | Line 9: | ||
= Employment/Purpose = | = Employment/Purpose = | ||
− | Used to notify that the | + | Used to notify that the width of a column is changed. |
− | When an user drags the border of sizable | + | When an user drags the border of a sizable column, only the width of the column itself is changed, other columns are not affected. |
− | The event is sent to the parent (e.g., Columns and Treecols). | + | The event is sent to the parent (e.g., Columns and Treecols). |
= Example = | = Example = | ||
Line 20: | Line 20: | ||
− | =Supported | + | =Supported Events= |
− | {| | + | {| class='wikitable' | width="100%" |
! <center>Name</center> | ! <center>Name</center> | ||
! <center>Event Type</center> | ! <center>Event Type</center> | ||
Line 36: | Line 36: | ||
=Use cases= | =Use cases= | ||
− | {| | + | {| class='wikitable' | width="100%" |
! Version !! Description !! Example Location | ! Version !! Description !! Example Location | ||
|- | |- | ||
Line 46: | Line 46: | ||
=Version History= | =Version History= | ||
− | {| | + | {| class='wikitable' | width="100%" |
! Version !! Date !! Content | ! Version !! Date !! Content | ||
|- | |- | ||
− | | 5.0. | + | | 5.0.4 |
− | | | + | | 2010/08/03 |
− | | | + | | Updated Employment/Purpose that reflects a change of Javadoc |
|} | |} | ||
{{ZKComponentReferencePageFooter}} | {{ZKComponentReferencePageFooter}} |
Latest revision as of 11:06, 7 January 2022
ColSizeEvent
- Demonstration: N/A
- Java API: ColSizeEvent
- JavaScript API: N/A
Employment/Purpose
Used to notify that the width of a column is changed.
When an user drags the border of a sizable column, only the width of the column itself is changed, other columns are not affected.
The event is sent to the parent (e.g., Columns and Treecols).
Example
N/A
Supported Events
None | None |
Supported Children
*None
Use cases
Version | Description | Example Location |
---|---|---|
Version History
Version | Date | Content |
---|---|---|
5.0.4 | 2010/08/03 | Updated Employment/Purpose that reflects a change of Javadoc |