Closed Bug 154972 Opened 22 years ago Closed 18 years ago

XUL Ref Manual - second tree example does not work.

Categories

(Developer Documentation Graveyard :: General, defect)

defect
Not set
normal

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.
<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
Blocks: 24689
Summary: Second tree example does not work. → XUL Ref Manual - second tree example does not work.
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
taking over some of Ian's bugs
Assignee: oeschger → stolenclover
invalid, see bug 367834
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → INVALID
Component: Mozilla Developer → Documentation Requests
Product: Documentation → Mozilla Developer Center
Component: Documentation Requests → Documentation
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.