dojo.dnd.__SourceArgs
dojo.require("dojo.dnd.Source");
defined in dojo/dnd/Source.js
a dict of parameters for DnD Source configuration. Note that any property on Source elements may be configured, but this is the short-list
Usage
function () (view source)
PropertiesBack to top
list of accepted types (text strings) for a target; defaults to ["text"]
always copy items, if true, use a state of Ctrl key otherwise
a horizontal container, if true, vertical otherwise or when omitted
can be used as a DnD source. Defaults to true.
allows dragging only by handles