Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Prevent Default Browser shortcuts

    Hai

    Please help me to find out the solution for how to prevent default browser shortcuts in smartGWT.
    I am using mozilla 3.0.19 as my browser.

    Thanks in advance

    #2
    One way is to listen for Native Events with a GWT NativePreviewHandler and then calling preventDefault() on the event.

    Comment

    Working...
    X