addDrop(node,ctrl,master_mode)

  • Type: Method
  • File: core/dnd.js
  • Implemented in: DragControl
  • Included in:

registers drop area

Parameters

  • node - html node or ID
    • object,string
  • ctrl - hash code of the drag control methods (optional)
    • object
  • master_mode - flag which can be used if node in question has multiple inner areas, some of them can be used in DND and some not (optional)
    • boolean

Returns