dojox
»
grid
»
editors
»
Bool
» doclick
dojox.grid.editors.Bool.doclick
dojo.require("dojox.grid._data.editors");
defined in dojox/grid/_data/editors.js
Usage
function (e)
(view source)
if
(
e.
target
.
tagName
==
'INPUT'
)
{
this
.
applyStaticValue
(
e.
rowIndex
)
;
}
parameter
type
description
e