| JavaScript Document (8) Events (8) ExtJS (5) Strings (3) |
How do I trap the right-click -> print event?
You cannot trap specifically the selection of the print command in the menu but you can intercept and disable the popup menu with this code:
Comments:
|