I\'m fairly new to JS and XUL so please bear with me if this is a noob query :-) I am developing an extension for firefox which performs a custom action when a toolbar button (created by me) is click
How do I load a list of files from a specified folder in javascript? update Actua开发者_如何学Clly is from a Xul application, but I think anything for a local html file will work.. (it\'s a standalo
I have a window in Xul, and I want to put a background image on it. I found nothing about the z-order, and the background-image and z-index in css is not working for the window.. any idea?
So I created some tab using XUL. How can I write开发者_开发知识库 JavaScript code so that if I click on a button in tab 1, tab 2 will be shown?Get the tabs element and set the selected Index property
I need to add an ability to a Firefox extension to handle cases when IFRAME elements are being added dynamically. Is there a way to get notified when IFRAME document is loaded in such a case?
I want to render an animation in javascript in a html file. But I don\'t want my browser componen开发者_如何学Got to show the white background. Is there a way to make the background fully transparent?
The documentation on ChromeWo开发者_Python百科rkers says that they have \"chrome privileges\", and chrome privileges are supposed to mean they can do anything, but when I create a ChromeWorker and try
I got a question to ask on building firefox plugin, basically my aim is to do following things, 1) In my plugin I want to show right click context menu item for only links[anchor tags] and hide the m
I\'m trying to build a firefox addon & I want to add image/icon in the right click content menu, for example, firebug had an icon in开发者_StackOverflow the right click context menu,
Why the oncommand is not discribed in X开发者_高级运维ul button reference page? It\'s even used in an example, but it\'s not docummented with the other methods, am I looking the wrong place?It is do