dojox
»
GridView
» getCellNode
dojox.GridView.getCellNode
dojo.require("dojox.grid._grid.view");
defined in dojox/grid/_grid/view.js
Usage
function (inRowIndex, inCellIndex)
(view source)
var
row =
this
.
getRowNode
(
inRowIndex
)
;
if
(
row
)
{
return
this
.
content
.
getCellNode
(
row, inCellIndex
)
;
}
parameter
type
description
inRowIndex
inCellIndex