Logout Developer Knowledgebase Search Adobe Partners Main Adobe Solution Partner Finder Adobe Solution Partner Program Support Developer Knowledgebase Adobe Solution Partner Program Products & Technology Adobe
Developer Knowledgebase

Knowledgebase HomeAcrobat KB

Overview
Software Development Kits
Developer Knowledgebase
Support
Legal Notices
Feedback
Adobe Solution Partner Program
Join
Find a Solution Partner

Product
Acrobat
 
Version
5.0, 5.05
 
Last Edited
26-Mar-2007
 
Document
52310

How To: Hiding the Adobe Online button and menu items with JavaScript

Summary
You want to prevent users from using the "Adobe Online" menu item and "Adobe Online" button in the Acrobat toolbar in your installation.


Issue
You have an large installation base and you want to prevent users from using the "Adobe Online" menu item and "Adobe Online" button in the Acrobat toolbar in your installation.


Solution

Using AEIT or ABCPY.ini place a "config.js" file with the appropriate Acrobat JavaScript commands to hide the Adobe Online menu item and button in the Javascripts folder of the Acrobat installation directory during the installation with batch file (*.bat).


Using a text editor create a "config.js" file with the following commands:

app.hideMenuItem("AdobeOnline");
app.hideToolbarButton("AdobeOnline");


Using these Acrobat JavaScript commands in the "config.js" file effectively hides the button and menu items. For further information on how to disable the internet features of Acrobat see document 52286 at http://support.adobe.com/devsup/devsup.nsf/docs/52286.htm

back to top
Was this Knowledgebase document helpful? Yes  No
The articles in this knowledgebase are intended for use by software programmers currently using an Adobe SDK to extend or customize an Adobe product. These articles may be highly technical in nature.
If you have questions about an Adobe Product that are not related to development or an SDK product please visit: http://adobe.com/support/main.html
Copyright © Adobe Systems Incorporated. All rights reserved.
Terms of Use
Online Privacy Policy