I am starting out with this:
var tableModel = this.getTableModel();
tableModel.setColumnEditable(1, true);
this.keypressListenerId = this.addListener("keypress", function(e){
console.log("Event keypress e=" + e +
" identifier=" + e.getKeyIdentifier() +
" isShiftPressed=" + e.isShiftPressed()
);
}, this);
But nothing is captured when you select text and then press a key. It
appears that the cell editor is capturing it. How do I intercept that?
On Thu, Jun 14, 2012 at 12:10 PM, Scott Chapman <[email protected]> wrote:
> Is there a way to capture keystrokes and only allow Ctrl-C to get through
> to the table in editable mode?
>
>
>
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel