LayoutRegion"

From Documentation
m (Created page with 'init')
 
Line 1: Line 1:
init
+
{{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


Employment/Purpose

This class represents a region in a layout manager.


Supported events

Name
Event Type
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



Last Update : 2010/04/21

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