Patching filepicker for new tree widget. part of bug 30511. r=hyatt.

This commit is contained in:
bryner%uiuc.edu 2000-06-20 03:35:37 +00:00
parent 3150a332d2
commit 14ad3781cf
2 changed files with 6 additions and 3 deletions

View File

@ -195,6 +195,7 @@ function dirSort(e1, e2)
function createTree(parentElement, dirArray)
{
var treeChildren = document.createElement("treechildren");
treeChildren.setAttribute("flex", "1");
var len = dirArray.length;
var file;

View File

@ -25,9 +25,11 @@
<box align="horizontal" flex="1">
<tree id="directoryList" onclick="onClick(event);" flex="1">
<treecol/>
<treecol/>
<treecol/>
<treecolgroup>
<treecol flex="1"/>
<treecol flex="1"/>
<treecol flex="1"/>
</treecolgroup>
<treehead>
<treerow>
<treecell class="treecell-header" value="Name"/>