mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 04:05:49 +00:00
Updating trees for new tree widget. bug 30511. r=hyatt.
This commit is contained in:
parent
33c3749010
commit
24937aeb45
@ -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"/>
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user