зеркало из https://github.com/mozilla/gecko-dev.git
Patching filepicker for new tree widget. part of bug 30511. r=hyatt.
This commit is contained in:
Родитель
3150a332d2
Коммит
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"/>
|
||||
|
|
Загрузка…
Ссылка в новой задаче