LIDOR SYSTEMS

Advanced User Interface Controls and Components

IntegralUI Web

Documentation and API Reference


dragEnd(e)

Occurs when drag drop operation ends.

Event Data

ParamTypeDetails
eObjectAn event object which contains data about drag-drop operation

Remarks

The following objects are carried with this event:

  • action - specifies whether item is moved or copied
  • dragItem - specifies an item(s) that is dragged
  • dropPos - specifies position at which dragged item can drop
  • event - general HTML5 drag drop event data settings
  • mousePos - position of mouse cursor in page coordinates
  • sourceCtrl - a reference to a component from which drag drop operation has started
  • targetCtrl - a reference to a component over which dragged item is dropped
  • targetItem - specifies the item over which dragged item is positioned or dropped

Version Information

Supported in: v1.6.

See Also