dojox.grid.focus
dojo.require("dojox.grid._grid.focus");
defined in dojox/grid/_grid/focus.js
Controls grid cell focus. Owned by grid and used internally for focusing. Note: grid cell actually receives keyboard input only when cell is being edited.
Usage
function (inGrid) (view source)
parameter | type | description |
---|---|---|
inGrid |
FunctionsBack to top


states if the given cell is focused
focus grid cell based on position relative to current focus

focus next grid cell


focus previous grid cell

focuses the given grid cell
focuses the given grid cell


