These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

Acrobat X Hiding or Removing Items

SteveMartin
Registered: Jul 16 2007
Posts: 7

In Acrobat 9, we were able to create javascript to hide the touch up text menu. The code was
 
app.hideMenuItem("TouchUpTextToolMenuItem");
app.hideToolbarButton("TouchUpTextTool");
 
How would you do this for Acrobat Standard X? We tried the following script but it did not work:
 
app.hideMenuItem("EditDocumentTextMenuItem");
app.hideToolbarButton("EditDocumentText");
  
Please advise.
 
Thank you,
Steve

My Product Information:
Acrobat Standard 10.0.2, Windows
UVSAR
Expert
Registered: Oct 29 2008
Posts: 1357
There is no scripted control of the UI tools in Acrobat X. You can add your own entries (with limits) but can't get rid of existing ones.