OVERLAY.XUL:
Código: Seleccionar todo
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://helloworld/skin/overlay.css" type="text/css"?>
<!DOCTYPE overlay SYSTEM "chrome://helloworld/locale/overlay.dtd">
<overlay id="helloworld-overlay" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<script src="overlay.js" />
<menupopup id="menu_ToolsPopup">
<menuitem id="helloworld-hello" label="&helloworld;" oncommand="Helloworld.onMenuItemCommand(event);" />
</menupopup>
</overlay>
Por eso me gustaría saber si existe algún documento general que me indique que ids tienen los direferentes “sitios” de firefox o thunderbird. He estado mirando los archivos browser.xul, browser.dtd, messenger.xul, messenger.dtd y ha sido poca la información que he podido encontrar acerca de esto.
Así que si alguien sabe como y quiere ayudarme... muchas gracias.
Saludos.