I am writing a firefox extension where I need a bidirectional scale element (https://developer.mozilla.org/en/XUL/scale)
I\'m writing a Firefox extension.I\'m trying to limit it to just XUL+Javascript (no XPCOM).When I get a mouseover event for an HTML element, I need to get its bounding box in the windows coordinate sy
Greetings, my xul app needs to load scripts dynamically, for this I derived a function that works in regular html/js apps :
As far as I can tell, the template feature in XUL doesn\'t allow you to load JSON data into your listbox/tree/etc. element. -- it only supports XML and RDF. The closest thing I found to an indication
I am developing my first addon for Firefox, and I\'m using the Extention Developer addon to help me. It has a real time XUL editor which I am using to design my form.
I\'m a beginner with XUL. I have the following problem. In the browser overlay I declare a menu item which opens a new window - so far so good.
I\'m looking for some guidance on how to replace requests for a specific javascript file with anot开发者_开发百科her file that I\'ll package with the Firefox addon.See How can I implement a content co
On a normal webpage <input type=\'text\'/>, in Firefox, you can click anywhere on the element and the browser will \"focus\" on that element.On a XUL (Firefox extension) <textbox> element
A friend of mine and I are looking to start a project looking into accessible user interface (for blind users) design.There are a number of projects making existing GUI\'s accessible by tagging them w
I\'m familiar with web programming, both client and server side, and I\'d like to expand a bit my knowledge in order to be able to write some desktop programs.