What's the class/id of the Firefox right-click menu? - firefox

I'd like to write a userstyle to modify the right-click menu in Firefox, but need its XUL class and ID. What is it?
(I'd usually use DOM Inspector to find it out, but one can't inspect a right-click menu because focus is lost when switching to the DOM Inspector window.)

The right click context menu that appears when you right click on a webpage has the id = contentAreaContextMenu. You can see here some information on modifying it.

Related

In windows, can the right click context menu be altered to only Paste?

I'm not sure if this is possible, but can the context menu in windows that appears when you right click be removed and just have it perform one function. For example... if I right click over an input I see a menu with options: undo,cut,copy,paste,delete. I want no menu to appear and right click to do one thing only, PASTE. I don't want to choose paste from a menu, just do it instantly when I right click.

Move the Menu Icon to the Right

By default the Menu Icon to open the navigation menu is located on the LEFT side of the header - how do I move that to the RIGHT side?
I have search the support system and I was not able to find anything. I also looked into your tutorials and did not see it there either?

Jquery mmenu: How to launch with all submenus open?

This may be a simple question.
I have a working menu with
slidingSubmenus: false
so clicking on submenus opens them up.
(I'm also using widescreen as I want the menu to always appear).
However they all start with menu collapsed. How do I launch it with all submenus open (expanded?)
Add mm-opened class to the submenu's parent LI tag.

How do I edit the Menu on a VB6 form from the IDE?

I have a small application which contains a form with a menu along the top. I wish to make changes to the menu, but can't seem to do so from within the VB IDE. Every time I click on it to select it, the code for the item clicked is displayed.
Does anyone know how to edit the menu bar from within the IDE?
(I could edit the .frm file to make the necessary changes but I am reluctant to do this if a "proper" way exists.)
You can edit a VB6 menu in the IDE by bringing up the Menu Editor by selecting Tools > Menu Editor or by pressing Ctrl+E.
You can find fairly complete instructions here and here.
Right click the form and select the Menu Editor option.
Tools -> Menu Editor from the IDE menu bar.
The option should also be available on the Standard toolbar and the form context menu.
This modal dialog is only available when the form designer has focus.

How to use Firefox Firebug on Sub-Menus

How to use Firefox Firebug on Superfish v1.4.8 Vertical Menu sample but on the sub-menus not the top menu.
Superfish Menu
I basically want to be able to freeze Firebug on a sub-menu selection to process but unsure how to.
Thanks.
You can set a breakpoint within the menu's javascript handling code to abort processing before any of the mouse-out or "hide the menu" type code is executed, which would leave the menu in the open state for you to inspect. You do that via the 'Script' tab in Firebug and right-clicking on the code line(s) you wish to break on.

Resources