dojo.dnd._createTrTd
dojo.require("dojo.dnd.Container");
defined in dojo/dnd/Container.js
creates a TR/TD structure with given text as an innerHTML of TD
Usage
function (/*String*/ text) (view source)
parameter | type | description |
---|---|---|
text | String | a text for TD |