dojo.dnd._createNode
dojo.require("dojo.dnd.Container");
defined in dojo/dnd/Container.js
returns a function, which creates an element of given tag (SPAN by default) and sets its innerHTML to given text
Usage
function (/*String*/ tag) (view source)
parameter | type | description |
---|---|---|
tag | String | a tag name or empty for SPAN |