dojox
»
grid
»
editors
»
Base
» getNode
dojox.grid.editors.Base.getNode
dojo.require("dojox.grid._data.editors");
defined in dojox/grid/_data/editors.js
Usage
function (inRowIndex)
(view source)
return
(
this
.
cell
.
getNode
(
inRowIndex
)
||
0
)
.
firstChild
||
0
;
parameter
type
description
inRowIndex