Child pages
  • Client Design Mode

Versions Compared

Key

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

...

onDragEnd

Handle end of a drag. This is a good place to save the position and size of the element. 

onDragOver

 Handle a drag over. Determines of a drop is allowed in this location.
 Return true is drop is allowed, otherwise false.

onDrop

 * Handle a drop.
 * Return true if drop has been performed successfully, otherwise false.