DropEvent"

From Documentation
m
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>
 +
 
 +
= Employment/Purpose =
 +
 
 +
Represents an event cause by user's dragging and dropping a component.
 +
 
 +
= Example =
 +
 
 +
 
 +
 
 +
 
 +
 
 +
=Supported events=
 +
 
 +
{| border="1" | width="100%"
 +
! <center>Name</center>
 +
! <center>Event Type</center>
 +
|-
 +
| None
 +
| None
 +
|}
 +
 
 +
=Supported Children=
 +
 
 +
*ALL
 +
 
 +
=Use cases=
 +
 
 +
{| border='1px' | width="100%"
 +
! Version !! Description !! Example Location
 +
|-
 +
| 5.0+
 +
| Fadeout on Drop Event
 +
| http://www.zkoss.org/forum/listComment/11377
 +
|}
 +
 
 +
=Version History=
 +
 
 +
{| border='1px' | width="100%"
 +
! Version !! Date !! Content
 +
|-
 +
| 5.0.1
 +
| 4/28/2010
 +
| Initialization
 +
|}
 +
 
 +
{{ZKComponentReferencePageFooter}}

Revision as of 10:37, 28 April 2010

DropEvent

Employment/Purpose

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

Example

Supported events

Name
Event Type
None None

Supported Children

*ALL

Use cases

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

Version History

Version Date Content
5.0.1 4/28/2010 Initialization



Last Update : 2010/04/28

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