Updating trees for new tree widget. bug 30511. r=hyatt.

This commit is contained in:
bryner%uiuc.edu 2006-07-27 14:51:09 +00:00
parent 33c3749010
commit 24937aeb45
2 changed files with 13 additions and 5 deletions

View File

@ -62,7 +62,9 @@
</treechildren>
</template>
<treecol id="NameColumn" rdf:resource="http://home.netscape.com/NC-rdf#Name" sortActive="true" sortDirection="ascending" />
<treecolgroup>
<treecol id="NameColumn" rdf:resource="http://home.netscape.com/NC-rdf#Name" sortActive="true" sortDirection="ascending" flex="1"/>
</treecolgroup>
<treehead>
<treerow>
@ -72,6 +74,8 @@
onclick="return doSort('NameColumn', null);" />
</treerow>
</treehead>
<treechildren flex="1"/>
</tree>
<box orient="vertical">
<spring flex="1"/>

View File

@ -89,8 +89,10 @@
</action>
</rule>
</template>
<treecol />
<treechildren onclick="ClickOnOtherPanels(event, event.target.parentNode.parentNode)"/>
<treecolgroup>
<treecol flex="1"/>
</treecolgroup>
<treechildren onclick="ClickOnOtherPanels(event, event.target.parentNode.parentNode)" flex="1"/>
</tree>
<!-- xxxslamm Need to add descriptive panel text here -->
@ -142,10 +144,12 @@
</action>
</rule>
</template>
<treecol />
<treecols>
<treecol flex="1"/>
</treecols>
<!-- We explicitly create a 'treechildren' so we can refer
to it from the script -->
<treechildren id="current-panels-root"/>
<treechildren id="current-panels-root" flex="1"/>
</tree>
<box class="button-group">
<button class="dialog" id="customize-button"