DropEvent"

From Documentation
m ((via JWB))
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
init
+
{{ZKComponentReferencePageHeader}}
 +
 
 +
= DropEvent =
 +
 
 +
*Demonstration: [http://www.zkoss.org/zkdemo/userguide/#a2 DropEvent]
 +
*Java API: <javadoc>org.zkoss.zk.ui.event.DropEvent</javadoc>
 +
*JavaScript API: N/A
 +
 
 +
= Employment/Purpose =
 +
 
 +
Represents an event cause by user's dragging and dropping a component.
 +
 
 +
= Example =
 +
 
 +
N/A
 +
 
 +
 
 +
=Supported events=
 +
 
 +
{| class='wikitable' | width="100%"
 +
! <center>Name</center>
 +
! <center>Event Type</center>
 +
|-
 +
| None
 +
| None
 +
|}
 +
 
 +
=Supported Children=
 +
 
 +
*NONE
 +
 
 +
=Use cases=
 +
 
 +
{| class='wikitable' | width="100%"
 +
! Version !! Description !! Example Location
 +
|-
 +
| 5.0
 +
| Fadeout on Drop Event
 +
| http://www.zkoss.org/forum/listComment/11377
 +
|}
 +
 
 +
=Version History=
 +
 
 +
{| class='wikitable' | width="100%"
 +
! Version !! Date !! Content
 +
|-
 +
| &nbsp;
 +
| &nbsp;
 +
| &nbsp;
 +
|}
 +
 
 +
{{ZKComponentReferencePageFooter}}

Latest revision as of 11:07, 7 January 2022

DropEvent

Employment/Purpose

Represents an event cause by user's dragging and dropping a component.

Example

N/A


Supported events

Name
Event Type
None None

Supported Children

*NONE

Use cases

Version Description Example Location
5.0 Fadeout on Drop Event http://www.zkoss.org/forum/listComment/11377

Version History

Version Date Content
     



Last Update : 2022/01/07

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