Drawer"

From Documentation
(Drawer)
 
Line 8: Line 8:
 
*JavaScript API: <javadoc directory="jsdoc">zkmax.wgt.Drawer</javadoc>
 
*JavaScript API: <javadoc directory="jsdoc">zkmax.wgt.Drawer</javadoc>
 
{{ZK EE}}
 
{{ZK EE}}
 +
[ since 9.0.0 ]
  
 
= Employment/Purpose =
 
= Employment/Purpose =

Revision as of 10:43, 25 September 2019

WarningTriangle-32x32.png This page is under construction, so we cannot guarantee the accuracy of the content!

Drawer

  • Available for ZK:
  • http://www.zkoss.org/product/zkhttp://www.zkoss.org/whyzk/zkeeVersion ee.png
[ since 9.0.0 ]

Employment/Purpose

Drawer is

Example

<drawer title="File information">
  <grid>
    <columns>
      <column />
      <column />
    </columns>
    <rows>
      <row>
        <label value="Name"/>
        1.jpg
      </row>
      <row>
        <label value="Size"/>
        1.8 Megabytes
      </row>
      <row>
        <label value="Dimensions"/>
        1920x1080
      </row>
    </rows>
  </grid>
</drawer>

Properties

Supported Events

Name
Event Type
onOpen
Event: OpenEvent

Denotes that the user has opened or closed a component. Note: unlike onClose, this event is only a notification. The client sends this event after opening or closing the component.

Supported Children

*ALL

Use Cases

Version Description Example Location
 

Version History

Last Update : 2019/09/25


Version Date Content
9.0.0 September 2019 ZK-4365: Provide a drawer component



Last Update : 2019/09/25

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