dojox/mdnd/DropIndicator (version 1.10)

Summary

DropIndicator managment for DnD.

Usage

var foo = new DropIndicator();
dojox/mdnd/DropIndicator

See the dojox/mdnd/DropIndicator reference documentation for more information.

Property Summary

  • nodethe drop indicator node

Method Summary

  • destroy() destroy the dropIndicator
  • place(area,nodeRef,size) Place the DropIndicator in the right place
  • remove() remove the DropIndicator (not destroy)

Properties

node

the drop indicator node

Methods

destroy()

destroy the dropIndicator

place(area,nodeRef,size)

Place the DropIndicator in the right place

Parameter Type Description
area Node

the dnd targer area node

nodeRef Node

node where the dropIndicator have to be placed into the area

size Object
Returns:any | undefined | null

the node inserted or null if it crashes

remove()

remove the DropIndicator (not destroy)

Error in the documentation? Can’t find what you are looking for? Let us know!