LayoutRegion"
From Documentation
Tmillsclare (talk | contribs) |
Jimmyshiau (talk | contribs) |
||
Line 20: | Line 20: | ||
! <center>Event Type</center> | ! <center>Event Type</center> | ||
|- | |- | ||
− | | onOpen | + | | <center><tt>onOpen</tt></center> |
− | | | + | | <javadoc>org.zkoss.zk.ui.event.OpenEvent</javadoc> |
− | Description: When a layout is collapsed or opened by a user, the onOpen event is sent to the application. | + | |
+ | <tt>'''Description:''' </tt>When a layout is collapsed or opened by a user, the onOpen event is sent to the application. | ||
|} | |} | ||
− | |||
=Supported Children= | =Supported Children= |
Revision as of 08:25, 18 May 2010
Layout Region
- Demonstration: N/A
- Java API: LayoutRegion
- JavaScript API: LayoutRegion
Employment/Purpose
This class represents a region in a layout manager.
Supported events
OpenEvent
Description: When a layout is collapsed or opened by a user, the onOpen event is sent to the application. |
Supported Children
*NONE
Version History
Version | Date | Content |
---|---|---|
5.0.2 | 4/21/2010 | Initialization |