dojox
»
grid
»
selection
» unselectAll
dojox.grid.selection.unselectAll
dojo.require("dojox.grid._grid.selection");
defined in dojox/grid/_grid/selection.js
Usage
function (inExcept)
(view source)
for
(
var
i
in
this
.
selected
)
{
if
(
(
i
!
=inExcept
)
&&
(
this
.
selected
[
i
]
===
true
)
)
{
this
.
deselect
(
i
)
;
}
}
parameter
type
description
inExcept