dojo.dnd._createSpan
dojo.require("dojo.dnd.Container");
defined in dojo/dnd/Container.js
creates a SPAN element with given text as its innerHTML
Usage
function (/*String*/ text) (view source)
parameter | type | description |
---|---|---|
text | String | a text for SPAN |