Menus Enable/Disable (Built-in Menus)
Hi,
We can invoke the menus using MenuActions. How can i disable/enable InDesign's built-in menus using indesign javascript?
Hi,
We can invoke the menus using MenuActions. How can i disable/enable InDesign's built-in menus using indesign javascript?
Hi,
Thanks for your help...
I need one more clarification, we can disable the menus functionality using event listener. Can we disable (stop) the process of only export PDF from Export menu?
Export menu have multiple options (html, idml, pdf etc..). Can we stop the process of specific file format of export??
(…) Can we disable (stop) the process of only export PDF from Export menu?
I think so. The ImportExportEvent object has a format property that should be useful to filter file format.
In the callback function (disableProcess), you could add a condition of the form:
if( ev.properties.format == … ) etc
@+
Marc
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.