Greetings.
My simple application -creating and printing label- works well in IE and chrome. But i prefer IE over chrome because chrome does not have the "shrink to fit" like IE. However, on disabling the context menu, which has Print option, i could not access the print.
So my question is
Can i disable ALL other context menu option such as view source, refresh etc but leave only a selected few like PRINT option? I saw this in json-settings for chrome
"chrome": {
|
| |
|
"context_menu": {
|
"enable_menu": true,
|
"navigation": true,
|
"print": true,
|
"view_source": true,
|
"open_in_external_browser": true,
|
"devtools": true
|
| } |
which gives one option to select what one wants to allow on the context menu, can i simply copy and modify and place the above in IE json-settings and will it work?
Secondly, if the above is not feasible, can a menu option be generated to only show the PRINT button so that if i disable the context menu in json-settings, i can simply click and have the print preview like in the IE of windows 7?
Thanks for a great job.