Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Initiates a client-side script when the user drags an element over a validdrop target during a drag operation. Information about the drag and drop operation is provided using the global pui.dragDropInfo object.

Promptable? YES
Possible Values: Any valid JavaScript code
Bindable? NO
Product: ProfoundUI

Wiki Markup
{html}
<div class="pagebreak"/>
{html}

OnDragLeave

Initiates aclient-side script when the user moves an element out of a valid drop target during a drag operation. Invormatio about the drag and drop operation is provided using the global pui.dragDropInfo object.

Promptable? YES
Possible Values: Any valid JavaScript code
Bindable? NO
Product: ProfoundUI

...

Initiates a client-side script when the mouse is released during a drag and drop operation. Information aobut the drag and drop operation is provided using the global pui.dragDropInfo object.

Promptable? YES
Possible Values: Any valid JavaScript code
Bindable? NO
Product: ProfoundUI

...

pui.dragDropInfo

Overview

pui.dragDropInfo is a global object containing information about the drag/drop operation. This object is available on the following events OnDrop, OnDragLeave, OnDragStart, and OnDragEnter.

...