dojox.grid.editors.Base.format
dojo.require("dojox.grid._data.editors");
defined in dojox/grid/_data/editors.js
formats the cell for editing
Usage
function (inDatum, /*Integer*/ inRowIndex) (view source)
parameter | type | description |
---|---|---|
inDatum | cell data to edit | |
inRowIndex | Integer | grid row index |