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

Customevent() To An Xul Tab - Firefox Addon

For many reasons, I have to open up XUL in a tab, instead of using a standard window. I wish to sen… Read more Customevent() To An Xul Tab - Firefox Addon

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

Expose File Writing To A Webpage With A Firefox Extension

I have a web application that my client uses for the cash registry. What I need to do is to create … Read more Expose File Writing To A Webpage With A Firefox Extension

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"

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!

How To Properly Set Events For Dynamic Xul Elements?

I have a toolbar extension that generates dynamic toolbarbutton and menuitem elements. These items … Read more How To Properly Set Events For Dynamic Xul Elements?