LayoutRegion"

From Documentation
m (Add onSize, onSlide events)
m ((via JWB))
Line 18: Line 18:
 
=Supported events=
 
=Supported events=
  
{| border="1" | width="100%"
+
{| class='wikitable' | width="100%"
 
! <center>Name</center>
 
! <center>Name</center>
 
! <center>Event Type</center>
 
! <center>Event Type</center>
Line 42: Line 42:
  
  
{| border='1px' | width="100%"
+
{| class='wikitable' | width="100%"
 
! Version !! Date !! Content
 
! Version !! Date !! Content
 
|-
 
|-

Revision as of 11:02, 7 January 2022


Layout Region

Employment/Purpose

This class represents a region in a layout manager.

Example

N/A

Supported events

Name
Event Type
onOpen
Event: OpenEvent

When a layout is collapsed or opened by a user, the onOpen event is sent to the application.

onSize
Event: SizeEvent

When a layout is resized by a user, the onSize event is sent to the application.

onSlide
Event: SlideEvent

When a collapsed layout is slided (preview) by a user, the onSlide event is sent to the application.

Supported Children

*ALL

Version History

Version Date Content
8.0.3 2016/04/22 ZK-3166: BorderLayout slide action server-side support
     



Last Update : 2022/01/07

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