This is my first ever question on stackoverflow, but I have made quite a few trips here to solve other problems, but I can\'t find an answer for this one: How do I make a div contentEditable in an xul
I have observed how firefox can move text and element nodes, listed before the BODY element in a HTML document, to become direct children of the BODY element.
This is my xml file: Need in help in write proper xpath expression using query type xml <?xml version=\"1.0\" encoding=\"UTF-8\"?>
I\'m stuck with no clues how to copy image to clipboard. My code looks like this: var image = \"data:image/png;base64,...\"
I\'m using this code in *.xul <tooltip id=\"tt\"> <label value=\"additional information\"/>
I was wondering what I need to do to create an executable (.exe) file that will run my XUL application?
I have this function to download a file : function downloadFile(httpLoc) { try { // new obj_URI object var obj_URI = Components.classes[\"@mozilla.org/network/io-service;1\"].getService(Components.i
I like to create a window by extending the basic Firefox window which is defined in chrome://browser/content/browser.xul as the top level element (is not overlay).
I have this code in the XUL file of a custom Firefox e开发者_StackOverflowxtension: <toolbarbutton label=\"Home\" id=\"home-b\"
Have a pluggin that is installed as part of an app, the pluggin needs to use different overlays depending on what version of FF is being used as it modifies the interface.