addDragOverListener (callback, scope)

Registers the panel area as a drag drop target, and registers specified application function as a listener for drag-over operation. The callback function signature should match: function f(dragSource, data)

Parameters:

  • callback : reference (not name) of the function to be called;
  • scope (object): (optional) callback scope object;