Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Hide "Show All Menu Items"

Participant ,
Nov 15, 2017 Nov 15, 2017

Hi All,

We have to hide few menu options in InDesign(example. Export PDF, Print etc), when I use the Menu option and hide the options like example below.

Edit->Menus..

          Screen Shot 2017-11-15 at 8.10.26 PM.png

But in InDesign CC2015 after hiding it shows the new menu item called "Show All Menu Items"

          Screen Shot 2017-11-15 at 8.15.20 PM.png

It activate all the hidden features once I click this option.

Kindly advise how to hide the menus.

Thanks in advance,

Mahesh

TOPICS
Scripting
785
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Nov 15, 2017 Nov 15, 2017
LATEST

I really hate some of the InDesign menu options.

So, when I want to hide/remove them, I use this little javascript code:

app.menus[0].menuElements[0].menuItems.itemByID(###).remove();

Where ### is the ID number for the menu you want to remove.

PS: To restore the removed menus, I suggest to remove all the InDesign

preferences.

To discover the menuItem ID I use the excelent Peter Kharel's script (

http://www.kahrel.plus.com/indesign/menu_actions.html).

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines