Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The ondrop event activates when the mouse is released during a drag and drop operation and the element is dropped.  If the Drag and Drop Response screen-level properties are defined, the screen will be submitted automatically.  The operation can be canceled cancelled using the pui.dragDropInfo.cancel flag.  Information about the drag and drop operation is provided using the global pui.dragDropInfo object, which will contain the following properties:

...