DropEvent"
From Documentation
Tmillsclare (talk | contribs) m (→DropEvent) |
|||
Line 5: | Line 5: | ||
*Demonstration: [http://www.zkoss.org/zkdemo/userguide/#a2 DropEvent] | *Demonstration: [http://www.zkoss.org/zkdemo/userguide/#a2 DropEvent] | ||
*Java API: <javadoc>org.zkoss.zk.ui.event.DropEvent</javadoc> | *Java API: <javadoc>org.zkoss.zk.ui.event.DropEvent</javadoc> | ||
+ | *JavaScript API: N/A | ||
= Employment/Purpose = | = Employment/Purpose = |
Revision as of 02:57, 14 May 2010
DropEvent
Employment/Purpose
Represents an event cause by user's dragging and dropping a component.
Example
Supported events
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 |
---|---|---|
5.0.1 | 4/28/2010 | Initialization |