Hi,
I'm trying to build some keyboard shortcuts into my app with Page.registerKey(), but unfortunately ctrl+s is not working as I want.
It does work, but it also displays the "save this page" dialog of the browser, which I don't need for my application.
Is there any way I can prevent events from bubbling and just stop them after handling my KeyHandler? I have found a script on the net which appears to be capable of doing that, but I'm not sure if it's possible with SmartGWT.
Thank you,
Steven
I'm trying to build some keyboard shortcuts into my app with Page.registerKey(), but unfortunately ctrl+s is not working as I want.
It does work, but it also displays the "save this page" dialog of the browser, which I don't need for my application.
Is there any way I can prevent events from bubbling and just stop them after handling my KeyHandler? I have found a script on the net which appears to be capable of doing that, but I'm not sure if it's possible with SmartGWT.
Thank you,
Steven
Comment