cfgrid (type=flash) - how to capture in-cell keystroke event?
Yep, I'm maintaining a Flash type cfform that was authored a few years ago. The application is on CF9 now.
How can my application sense when a user has keypressed within a CFGRID cell?
I've introduced a change event listener to the cfgrid via the onchange tag attribute. The event fires when the mouse clicks within any cell.
But keyboard navigation or individual cell keystrokes to not trigger a change, even when traversing to another cell via Tab or Enter.
I've also tried using the keyDown event, but that is only triggered when navigating the overall grid. It does not fire when a cell has focus - the user is typing within it.
keyUp doesn't work either, nor does keypress, keydown, keyup or any of my other exhaustive deriviation attempts. I've tried to locate a complete list of AS 2.0 event names, but have had no luck, even within Adobe's own pdf docs. If anyone has an example from their own personal museam, I'd love to see it.
Did I mention that this is a Flash cfform? Thought so...
