Top "Xul" questions

XUL is an XML-based user interface markup language developed by Mozilla.

.setAttribute("disabled", false); changes editable attribute to false

I want to have textboxes related to radiobuttons. Therefore each radio button should enable it's textbox and disable the others. …

javascript firefox firefox-addon xul
How can I force a long string without any blank to be wrapped?

I have a long string (a DNA sequence). It does not contain any whitespace character. For example: ACTGATCGAGCTGAAGCGCAGTGCGATGCTTCGATGATGCTGACGATGCTACGATGCGAGCATCTACGATCAGTCGATGTAGCTAGTAGCATGTAGTGA What would …

html css string xul word-wrap
How to debug Firefox extension

I've been into Firefox extension development recently, and ran into some issues: So, in browser.xul i defined these lines: &…

javascript firefox firefox-addon xul
Get current page URL from a firefox sidebar extension

I'm writing a sidebar extension for Firefox and need a way to get the URL of the current page so …

firefox url xul sidebar
clearInterval() is not stopping setInterval() - Firefox Extension Development

I am working on a modification of tamper data that will allow me to send the HTTP request/responses it …

javascript checkbox firefox-addon xul setinterval
Opening a URL in current tab/window from a Firefox Extension

I am creating a Firefox Extension...what would be the javascript to open a URL in the current tab from …

javascript firefox xul
Is there a way to run ActiveX components in Firefox through the use of a plugin?

I have an ActiveX plugin that we need (if possible) to run in Firefox. Is there a plugin (or other …

c++ firefox browser activex xul
getBoundingClientRect() is returning zero in XUL

I have a problem with my firefox extension I have a XUL popup panel with a hbox for the tag …

dom xul coordinates
Embedding XULRunner application on Java

My goal is to get Limewire(JAVA) and Songbird(XULRunner) to run together. I was thinking the best way is …

java embed xul xulrunner
Is anyone using a firefox XUL IDE?

I'm not interested in Firebug, a XUL debugger, or a JavaScript editor, but a true WYSIWYG IDE for XUL form …

firefox ide xul