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

Thunderbid Extension: Open Eml File

I already created an extension that does the following: When I run Thinderbird with the command lin… Read more Thunderbid Extension: Open Eml File

In Xul, How To Retrieve An Environment Variable?

I have an environment called $REP, how can I access the value of this variable using Xulrunner in a… Read more In Xul, How To Retrieve An Environment Variable?

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"

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]

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

I Add 10 Functions To A Code, I Don't Even Call Any Of Them, But The Code Stops Working!

Alone, this code works: CustomButton = { 1: function () { alert('Just testing') }, }… Read more I Add 10 Functions To A Code, I Don't Even Call Any Of Them, But The Code Stops Working!