dojox
»
grid
»
edit
» styleRow
dojox.grid.edit.styleRow
dojo.require("dojox.grid._grid.edit");
defined in dojox/grid/_grid/edit.js
Usage
function (inRow)
(view source)
if
(
inRow.
index
==
this
.
info
.
rowIndex
)
{
inRow.
customClasses
+=
' dojoxGrid-row-editing'
;
}
parameter
type
description
inRow