dojo.dnd.Container.insertNodes
dojo.require("dojo.dnd.Container");
defined in dojo/dnd/Container.js
inserts an array of new nodes before/after an anchor node
parameter | type | description |
---|---|---|
data | Array | a list of data items, which should be processed by the creator function |
before | Boolean | insert before the anchor, if true, and after the anchor otherwise |
anchor | Node | the anchor node to be used as a point of insertion |