...
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
HTML |
---|
<div class="pagebreak"/>
|
OnDragLeave
...
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
HTML |
---|
<div class="pagebreak"/>
|
pui.dragDropInfo
...
Custom CSS Style
As of Profound UI version Version 5., Fix Pack 1.2, the style of the drop target line can be set using custom CSS. By default a dashed, gray line appears when you drag a grid item over a valid drop target:
...