Functiondojo.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)
parametertypedescription
tagStringa tag name or empty for SPAN