LayoutRegion"
From Documentation
Tmillsclare (talk | contribs) m (Created page with 'init') |
Jimmyshiau (talk | contribs) |
||
Line 1: | Line 1: | ||
− | + | {{ZKComponentReferencePageHeader}} | |
+ | |||
+ | |||
+ | = Layout Region = | ||
+ | |||
+ | |||
+ | *Demonstration: | ||
+ | *Java API: <javadoc>org.zkoss.zul.LayoutRegion</javadoc> | ||
+ | *JavaScript API: <javadoc directory="jsdoc">zul.layout.LayoutRegion</javadoc> | ||
+ | |||
+ | |||
+ | = Employment/Purpose = | ||
+ | This class represents a region in a layout manager. | ||
+ | |||
+ | |||
+ | =Supported events= | ||
+ | |||
+ | |||
+ | {| border="1" | width="100%" | ||
+ | ! <center>Name</center> | ||
+ | ! <center>Event Type</center> | ||
+ | |- | ||
+ | | onOpen | ||
+ | | [#OpenEvent org.zkoss.zk.ui.event.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= | ||
+ | |||
+ | |||
+ | {| border='1px' | width="100%" | ||
+ | ! Version !! Date !! Content | ||
+ | |- | ||
+ | | 5.0.1 | ||
+ | | 4/21/2010 | ||
+ | | Initialization | ||
+ | |} | ||
+ | |||
+ | |||
+ | {{ZKComponentReferencePageFooter}} |
Revision as of 15:41, 21 April 2010
Layout Region
- Demonstration:
- Java API: LayoutRegion
- JavaScript API: LayoutRegion
Employment/Purpose
This class represents a region in a layout manager.
Supported events
onOpen | [#OpenEvent org.zkoss.zk.ui.event.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.1 | 4/21/2010 | Initialization |