MicroStrategy ONE

Removing Context Menus

This customization scenario illustrates how to remove context menus from a MicroStrategy Web page. Before you perform the customization, the default context menu for the page is displayed when you right-click an object on the page. After the customization, only the standard browser menu is displayed.

In this customization, the context menus from the Folder Browsing page are removed.

Before customization:

After customization:

This customization can be accomplished using either of the following methods:

Deploying the plug-in provided with MicroStrategy SDK

MicroStrategy SDK provides a plug-in (ZIP file) that can simply be extracted to the plugins folder to view the customization in MicroStrategy Web. The following steps guide you in locating the plug-in and deploying it. 

  1. Access the plug-in: JSP version or ASP .NET version

  2. Extract the plug-in to the plugins subfolder inside the MicroStrategy Web installation folder.   

  3. Launch MicroStrategy Web to view the customization.

Using the Web Customization Editor to create a plug-in

MicroStrategy SDK provides a Web Customization Editor that can be used to create a customization plug-in. The following steps guide you in creating the plug-in and deploying it. 

  1. Launch the Web Customization Editor

  2. Click on MicroStrategy Web Configuration inside the Application Settings view to expand the hierarchical tree. The expanded list comprises the different settings that can be modified to perform customizations. 

  3. Click on Context Menus to expand the list of context menus used in MicroStrategy Web. 

  4. Navigate to folderContextMenus->default

  5. Right-click the default context menu and select Delete

  6. Click Yes in the conformation message. 

  7. Save your changes. 

  8. Launch MicroStrategy Web to view the customization.

See Also