dojox.grid.editors.Base
dojo.require("dojox.grid._data.editors");
defined in dojox/grid/_data/editors.js
base grid editor class. Other grid editors should inherited from this class.
Usage
function (inCell) (view source)
parameter | type | description |
---|---|---|
inCell |
FunctionsBack to top

format the editing dom node. Use when editor is a widget.


