If you creating Mozilla Firefox addon and your extension should be available in a tab not only in a standalone window you probably want to have favicon visible for it. Here is a tiny trick how to do it: place XHTML namespace to the root tag of your XUL document <window xmlns=“http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul“ xmlns:html=“http://www.w3.org/1999/xhtml“ windowtype=“xpcomviewer“ id=“xpcomviewer“ [...]
Posts tagged XUL
Styling XUL elements
I allways have a troubles with styling XUL elements and without DOM Inspector it could be even worse. Today I’ve tried to style <button type=“menu“/> and it also was a hard work but result is pretty good: As you see I have two types of menu buttons – with label and without – the most [...]
The first XULRunner-based application in Media Factory
I’m happy that I can write that for the first time in Media Factory (where I’m working as PHP developer) is used XULRunner from Mozilla Foundation as a base of application for one of our customers. Is an application for advisers of one Czech financial company which offers mortgages. Originally was written (about a year [...]