Skip to content Skip to sidebar Skip to footer
Showing posts with the label Xul

Can I Set The Background Color In A Firefox Extension's Popup Notification?

I am using the popup notification system described in the tutorial https://developer.mozilla.org/en… Read more Can I Set The Background Color In A Firefox Extension's Popup Notification?

Passing Values To Iframe Inside Xul Panel

I am creating a firefox extension that has a button on the toolbar that will show below custom cont… Read more Passing Values To Iframe Inside Xul Panel

What Does Paragraph About Figuring Out Xul Elements Mean In Mdn Document: "how To Convert An Overlay Extension To Restartless"

Recently a friend of mine and I have been working on a Firefox extension. He handed the code to me … Read more What Does Paragraph About Figuring Out Xul Elements Mean In Mdn Document: "how To Convert An Overlay Extension To Restartless"

How Do I Launch A Webpage From A Xul App Within Xulrunner?

What is the XULRunner equivalent of the following button handler? function launch_page() { var … Read more How Do I Launch A Webpage From A Xul App Within Xulrunner?

Change Css Class Content From Javascript [firefox/xul]

I'm working on a firefox addon, and relies heavily on some dynamic changes with javascript. The… Read more Change Css Class Content From Javascript [firefox/xul]

Getting The Contents Of The Toolbar Search Box Using The Mozilla Firefox Add-on Sdk

I am developing a Firefox addon and I was wondering how to get the contents of the search box in th… Read more Getting The Contents Of The Toolbar Search Box Using The Mozilla Firefox Add-on Sdk

Pass Variable Values From Child Xul Window To Parent Xul Window Using Javascript

I have a function to get the values of the selected check-box from the xul file(Lets say tree.xul).… Read more Pass Variable Values From Child Xul Window To Parent Xul Window Using Javascript

What Does Paragraph About Figuring Out XUL Elements Mean In MDN Document: "How To Convert An Overlay Extension To Restartless"

Recently a friend of mine and I have been working on a Firefox extension. He handed the code to me … Read more What Does Paragraph About Figuring Out XUL Elements Mean In MDN Document: "How To Convert An Overlay Extension To Restartless"