I have an extension that can be placed on any toolbar (like the bookmarks, menu or status bars). In general, the context menu opens downward, but when placed on the status bar and Firefox is closed to
I have a ff extension 开发者_运维知识库which creates a popup and shows dynamic data in it. basically when the popup opens a js function is run which then constructs the popup list by appending the ite
I get a notification when a html page is loaded -> onS开发者_开发知识库tateChange, stateFlags: STATE_IS_NETWORK + STATE_STOP
First off, th开发者_如何学Gois is my first attempt at writing an add-on.That being said, I am attempting to write an add-on that makes some configuration changes and needs to restart Firefox in order
I need to put something like a Textarea into a \"box\" element in XUL. It needs to be multiline. It\'s for an explanation frame.
I am writing Firefox extension using C++. I am trying to access XUL:tabox element in \"TabOpen\" event handler, but I am unab开发者_运维技巧le access any XUL element.
I have a XUL window, and I want the cntrl+w hotkey to close the window, but when I attach: window.addEventListener(\"keypress\", function(ev) {
I am trying to implement drag and drop between two listboxes. I have a few problems 1) I am not detecting any drag events of any kind from the source list
The question is simple. I want to put a link in a XUL treecell. th开发者_StackOverflow中文版anksI\'ve only gotten this to work with onclick events:
I\'m trying to change the behavior of <popup id=\"placesContext\"> in placesOverlay.开发者_开发百科xul. My goal is to disable the Properties entry upon conditions that I need to figure out using