235
edits
Line 109: | Line 109: | ||
=== Pro's and Con's === | === Pro's and Con's === | ||
* Inaccessible <code><prefpane></code>'s if not referenced by a <code><preftreeitem></code> | * Obvious tree hierarchy structure, prohibiting circular references | ||
* Adds two more elements to <code>xul</code>, which are only used in SeaMonkey | * No complex custom content tree view implementation necessary | ||
* Complexity of creating a tree | * Inaccessible <code><prefpane></code>'s if not explicitly referenced by a <code><preftreeitem></code> | ||
* Actual tree hierarchy is structurally a tree | * Adds two more elements to <code>xul</code>, which are only used in SeaMonkey | ||
* Internal | * Complexity of creating a tree (''Inhowfar does this differ from the the Callek approach?'') | ||
* Actual tree hierarchy is structurally a tree (XSLT would have been even easier, but does not work in XBL) | |||
* Internal implementation uses a Tree Walker and recursive function calls | |||
=== Latest Patch === | === Latest Patch === | ||
* [https://bugzilla.mozilla.org/attachment.cgi?id=230663&action=view Attachment # 230663] of {{bug|342087}} | * [https://bugzilla.mozilla.org/attachment.cgi?id=230663&action=view Attachment # 230663] of {{bug|342087}} |
edits