xul
How do I make a div contentEditable in an xul file (Firefox Extension)?
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[详细]
2023-03-15 02:14 分类:问答Why can/does FF DOM regard nodes as children of BODY even though they are before the BODY tag?
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.[详细]
2023-03-14 20:08 分类:问答select single attribute value from multiple with condition query type xml in XUL tree
This is my xml file: Need in help in write proper xpath expression using query type xml <?xml version=\"1.0\" encoding=\"UTF-8\"?>[详细]
2023-03-14 05:23 分类:问答xul/xpcom copy image from string to clipboard
I\'m stuck with no clues how to copy image to clipboard. My code looks like this: var image = \"data:image/png;base64,...\"[详细]
2023-03-13 12:29 分类:问答tooltip not working
I\'m using this code in *.xul <tooltip id=\"tt\"> <label value=\"additional information\"/>[详细]
2023-03-13 07:28 分类:问答how to package a standalone xulrunner application
I was wondering what I need to do to create an executable (.exe) file that will run my XUL application?[详细]
2023-03-12 16:13 分类:问答firefox download file in the Download window - Firefox Extension!
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[详细]
2023-03-11 21:34 分类:问答XUL: How to include and extend another .xul file?
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).[详细]
2023-03-11 16:10 分类:问答Firefox loadURI not working
I have this code in the XUL file of a custom Firefox e开发者_StackOverflowxtension: <toolbarbutton label=\"Home\" id=\"home-b\"[详细]
2023-03-11 12:58 分类:问答For a FireFox Overlay how do you specify what Gecko/FireFox version(s) to apply it to?
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.[详细]
2023-03-11 10:57 分类:问答