dojox
»
grid
»
edit
» focusEditor
dojox.grid.edit.focusEditor
dojo.require("dojox.grid._grid.edit");
defined in dojox/grid/_grid/edit.js
Usage
function ()
(view source)
if
(
this
.
isEditing
(
)
)
{
this
._focusEditor
(
this
.
info
.
cell
,
this
.
info
.
rowIndex
)
;
}