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

This commit is contained in:
bryner%uiuc.edu 2000-06-19 23:03:40 +00:00
Родитель d77d15a3a4
Коммит 481fea3cd4
13 изменённых файлов: 55 добавлений и 27 удалений

Просмотреть файл

@ -53,9 +53,11 @@ Rights Reserved.
</rule>
</template>
<treecol rdf:resource="http://home.netscape.com/NC-rdf#DirName"/>
<treecolgroup>
<treecol rdf:resource="http://home.netscape.com/NC-rdf#DirName" flex="1"/>
</treecolgroup>
<treechildren id="dirTreeBody">
<treechildren id="dirTreeBody" flex="1">
</treechildren>
</tree>

Просмотреть файл

@ -100,8 +100,10 @@ Rights Reserved.
<!-- Address bucket -->
<box align="vertical" style="height:170px; border-top:solid black 1px">
<tree id="addressBucket" style="height:100px; min-width:10px" flex="1" multiple="true">
<treecol style="width:100%"/>
<treechildren id="bucketBody"/>
<treecolgroup>
<treecol style="width:100%" flex="1"/>
</treecolgroup>
<treechildren id="bucketBody" flex="1"/>
</tree>
</box>

Просмотреть файл

@ -467,9 +467,11 @@ END of Deprecated -->
<tree id="attachmentBucket" flex="100%" style="width:0px"
onkeypress="if (event.keyCode == 8 || event.keyCode == 46) RemoveSelectedAttachment();"
onchange="contentChanged=true;">
<treecol style="width:100%"/>
<treecolgroup>
<treecol flex="1"/>
</treecolgroup>
<treechildren id="bucketBody">
<treechildren id="bucketBody" flex="1">
</treechildren>
</tree>
</box>

Просмотреть файл

@ -53,8 +53,10 @@ Rights Reserved.
<box id="import-module-tree-box" orient="vertical">
<tree id="moduleList" flex="1" onselect="ImportSelectionChanged()">
<treecol style="width:100%"/>
<treechildren id="bucketBody"/>
<treecolgroup>
<treecol flex="1"/>
</treecolgroup>
<treechildren id="bucketBody" flex="1"/>
</tree>
</box>

Просмотреть файл

@ -86,13 +86,15 @@
<tree id="profiles" class="inset" flex="1"
onclick="HandleClickEvent( event );"
onkeypress="HandleKeyEvent( event );">
<treecol/>
<treecolgroup>
<treecol flex="1"/>
</treecolgroup>
<treehead>
<treerow>
<treecell class="treecell-header outset" value="&availprofiles.label;"/>
</treerow>
</treehead>
<treechildren id="profilekids"/>
<treechildren id="profilekids" flex="1"/>
</tree>
<box autostretch="never">
<checkbox id="offlineState" value="&offlineState.label;" accesskey="&offlineState.accesskey;"/>

Просмотреть файл

@ -28,7 +28,7 @@
</treecolgroup>
<template>
<treechildren>
<treechildren flex="1">
<treeitem id="treechildren">
<treerow>
<treecell uri="..."
@ -43,4 +43,4 @@
<box id="okCancelButtons"/>
</window>
</window>

Просмотреть файл

@ -88,7 +88,7 @@
<treecolgroup id="theColumns">
<treecol id="NameColumn" sortSeparators="true"
rdf:resource="http://home.netscape.com/NC-rdf#Name"/>
rdf:resource="http://home.netscape.com/NC-rdf#Name" flex="1"/>
</treecolgroup>
<treehead>
@ -98,5 +98,7 @@
</treerow>
</treehead>
</tree>
<treechildren flex="1"/>
</tree>
</window>

Просмотреть файл

@ -48,8 +48,10 @@
<box orient="vertical">
<text class="label" value="&fileTypes.label;"/>
<tree id="appTree" class="inset" flex="1">
<treecol/>
<treechildren>
<treecolgroup>
<treecol flex="1"/>
</treecolgroup>
<treechildren flex="1">
<treeitem>
<treerow>
<treecell value="&aimLaunchSelect.label;"/>

Просмотреть файл

@ -27,9 +27,11 @@
<text class="label" value="&policies.label;"/>
<box>
<tree id="zones" class="inset" flex="1">
<treecol/>
<treecolgroup>
<treecol flex="1"/>
</treecolgroup>
<treechildren id="zoneChildren">
<treechildren id="zoneChildren" flex="1">
<treeitem open="true">
<treerow>
<treecell value="&default.label;"/>

Просмотреть файл

@ -165,8 +165,10 @@
<rows>
<row>
<tree class="inset" id="disabledDomains" multiple="true" onkeyup="treeHandleEvent(event)">
<treecol/>
<treechildren id="disabledKids"/>
<treecolgroup>
<treecol flex="1"/>
</treecolgroup>
<treechildren id="disabledKids" flex="1"/>
</tree>
<box autostretch="never" valign="top">
<button class="dialog" id="removeDomain" value="&removeDomain.label;" accesskey="&removeDomain.accesskey;"

Просмотреть файл

@ -35,8 +35,10 @@
<html:div class="hspace-both">&selectUninstall.label;</html:div>
<box class="hspace-both vspace" align="horizontal" flex="100%" style="width: 93%; height: 100%">
<tree id="smartUpdatePackages" class="inset" flex="100%" style="height: 40%;">
<treecol/>
<treechildren>
<treecolgroup>
<treecol flex="1"/>
</treecolgroup>
<treechildren flex="1">
<treeitem>
<treerow>
<treeitem/>

Просмотреть файл

@ -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"