Grid Tabbing to Next Cell
Just converted from 2.0.2 to 2.5.1 and have eveyrthing working except for automatica tabbing to the next cell I sued the following code:
//Allows Tab to next cell
obj.setController("myTabKeys",
{
onKeyTab: "selectNextCell",
onKeyShiftTab: "selectPreviousCell", onKeyLeft: "selectPreviousCell",
onKeyRight: "selectNextCell"
});
Any ideas I want key navigation using left/right arrows or tab keys...It worked in 2.0.2 but not sure if something changed.
//Allows Tab to next cell
obj.setController("myTabKeys",
{
onKeyTab: "selectNextCell",
onKeyShiftTab: "selectPreviousCell", onKeyLeft: "selectPreviousCell",
onKeyRight: "selectNextCell"
});
Any ideas I want key navigation using left/right arrows or tab keys...It worked in 2.0.2 but not sure if something changed.
Rick
April 12,