dojo/dnd/Container.__ContainerArgs (version 1.10)

Note: This is not a real constructor, but just a description of the type of object that should be passed as a parameter to some method(s), and/or the return value from some method(s). In other words, the type exists only for documentation purposes, and you cannot call new Container.__ContainerArgs()

See the dojo/dnd/Container.__ContainerArgs reference documentation for more information.

Property Summary

  • _skipStartupskip startup(), which collects children, for deferred initialization (this is used in the markup mode)
  • dropParentnode or node's id to use as the parent node for dropped items (must be underneath the 'node' parameter in the DOM)
  • skipFormdon't start the drag operation, if clicked on form elements

Method Summary

  • creator() a creator function, which takes a data item, and returns an object like that: {node: newNode, data: usedData, type: arrayOfStrings}

Properties

_skipStartup
Defined by: dojo/dnd/Container

skip startup(), which collects children, for deferred initialization (this is used in the markup mode)

dropParent
Defined by: dojo/dnd/Container

node or node's id to use as the parent node for dropped items (must be underneath the 'node' parameter in the DOM)

skipForm
Defined by: dojo/dnd/Container

don't start the drag operation, if clicked on form elements

Methods

creator()
Defined by dojo/dnd/Container

a creator function, which takes a data item, and returns an object like that: {node: newNode, data: usedData, type: arrayOfStrings}

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