Closed
Bug 154972
Opened 23 years ago
Closed 18 years ago
XUL Ref Manual - second tree example does not work.
Categories
(Developer Documentation Graveyard :: General, defect)
Developer Documentation Graveyard
General
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: thealx, Assigned: danielwang)
References
()
Details
Trying to run second tree example in Mozilla 1.0 gives only vertical scrollbar.
Assignee | ||
Comment 1•22 years ago
|
||
<treecols> is required
<box flex="1">
<tree>
<treecols>
<treecol label="Forder" primary="true"/>
</treecols>
<treechildren id="panelChildren">
<treeitem container="true" open="true" id="Folder" position="3">
<treerow>
<treecell class="treecell-indent" label="Folder"/>
</treerow>
<treechildren id="folderItems">
<treeitem>
<treerow>
<treecell class="treecell-indent" label="Item 1"/>
</treerow>
</treeitem>
<treeitem>
<treerow>
<treecell class="treecell-indent" label="Item 2"/>
</treerow>
</treeitem>
</treechildren>
</treeitem>
</treechildren>
</tree>
</box>
Assignee: endico → oeschger
Assignee | ||
Updated•22 years ago
|
Blocks: 24689
Summary: Second tree example does not work. → XUL Ref Manual - second tree example does not work.
Comment 2•22 years ago
|
||
moving stuff over to an outside-the-firewall email for the time being, looking
for people to pick these Help and doc bugs up for me.
Assignee: oeschger → oeschger
Comment 4•18 years ago
|
||
invalid, see bug 367834
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → INVALID
Updated•18 years ago
|
Component: Mozilla Developer → Documentation Requests
Product: Documentation → Mozilla Developer Center
Updated•12 years ago
|
Component: Documentation Requests → Documentation
Updated•12 years ago
|
Component: Documentation → General
Product: Mozilla Developer Network → Developer Documentation
You need to log in
before you can comment on or make changes to this bug.
Description
•