dojox.grid.editors.Base.formatNode
dojo.require("dojox.grid._data.editors");
defined in dojox/grid/_data/editors.js
format the editing dom node. Use when editor is a widget.
Usage
function (inNode, inDatum, /*Integer*/ inRowIndex) (view source)
parameter | type | description |
---|---|---|
inNode | node dom node for the editor | |
inDatum | cell data to edit | |
inRowIndex | Integer | grid row index |