Changes

Jump to: navigation, search

Thunderbird/Add-ons Guide 63

113 bytes added, 20:13, 27 February 2019
Adding an example for the remove() method, which is not directly obvious
== Removed in Thunderbird 61 ==
* XUL elements' element method <tt>.insertItemAt()</tt> and , replacement: <tt>.insertBefore()</tt>* XUL element method <tt>.removeItemAt()</tt> methods , replacement: <tt>.remove()<br/tt>Replacement, example: Use <tt>listElement.insertBeforeremoveItemAt(i)</tt> and -> <tt>listElement.getItemAtIndex(i).remove()</tt>.
* You can also use <tt>.setUnsafeInnerHTML()</tt> or <tt>document.allowUnsafeHTML = true</tt>, as a workaround to the above, see [[Thunderbird/Add-ons_Guide_57#Removed_and_changed_in_mozilla60|here]].
12
edits

Navigation menu