mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-12 10:40:12 +00:00
Patching filepicker for new tree widget. part of bug 30511. r=hyatt.
This commit is contained in:
parent
3150a332d2
commit
14ad3781cf
@ -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;
|
||||
|
@ -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"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user