Changes

Jump to: navigation, search

Thunderbird/Add-ons Guide 57

707 bytes added, 12:10, 16 March 2018
added paragraph about bindings
<?xml-stylesheet type="text/css" href="chrome://messenger/skin/preferences/preferences.css"?>
</pre> to the XUL file that defines that dialog.
* Many bindings have moved from Mozilla core to Thunderbird. If you use any of the following
<pre>
toolbar.xml#toolbox
toolbar.xml#toolbar
toolbar.xml#toolbar-drag
toolbar.xml#toolbar-menubar-autohide
mailWidgets.xml#menulist-description
mailWidgets.xml#menuitem-iconic-desc-noaccel
datetimepicker.xml#datepicker-popup
datetimepicker.xml#datepicker-grid
datetimepicker.xml#timepicker
spinbuttons.xml#spinbuttons
generalBindings.xml#statusbar
generalBindings.xml#statusbar
generalBindings.xml#statusbarpanel
generalBindings.xml#statusbarpanel
</pre>
you need to include
<pre>
<?xml-stylesheet href="chrome://messenger/content/bindings.css" type="text/css"?>
</pre>
in the respective XUL file of your add-on.
== Removed and changed in mozilla60 ==
316
edits

Navigation menu