Monotone-Parent: 77fad29da0fd5876e8ecb81ce5560d9ffd400f2d

Monotone-Revision: 265eb9d5954b19823ec32ff241c0d6a724f7bf12

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-10-18T21:53:43
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau 2007-10-18 21:53:43 +00:00
parent 17f82196c8
commit 09c93edd98
2 changed files with 0 additions and 46 deletions

View file

@ -1,39 +0,0 @@
<?xml version="1.0" standalone="yes"?>
<div id="folderTreeContent"
xmlns="http://www.w3.org/1999/xhtml"
xmlns:var="http://www.skyrix.com/od/binding"
xmlns:const="http://www.skyrix.com/od/constant"
xmlns:rsrc="OGo:url"
xmlns:label="OGo:label">
<!-- TODO: extend treeview to use CSS -->
<script type="text/javascript" rsrc:src="dtree.js"><!-- space --></script>
<script type="text/javascript">
d = new dTree('d');
d.config.folderLlinks = true;
d.config.hideRoot = true;
d.icon.root = '<var:string rsrc:value="tbtv_account_17x17.gif" />';
d.icon.folder = '<var:string rsrc:value="tbtv_leaf_corner_17x17.gif" />';
d.icon.folderOpen = '<var:string rsrc:value="tbtv_leaf_corner_17x17.gif" />';
d.icon.node = '<var:string rsrc:value="tbtv_leaf_corner_17x17.gif" />';
d.icon.line = '<var:string rsrc:value="tbtv_line_17x17.gif" />';
d.icon.join = '<var:string rsrc:value="tbtv_junction_17x17.gif" />';
d.icon.joinBottom = '<var:string rsrc:value="tbtv_corner_17x17.gif" />';
d.icon.plus = '<var:string rsrc:value="tbtv_plus_17x17.gif" />';
d.icon.plusBottom = '<var:string rsrc:value="tbtv_corner_plus_17x17.gif" />';
d.icon.minus = '<var:string rsrc:value="tbtv_minus_17x17.gif" />';
d.icon.minusBottom = '<var:string rsrc:value="tbtv_corner_minus_17x17.gif" />';
d.icon.nlPlus = '<var:string rsrc:value="tbtv_corner_plus_17x17.gif" />';
d.icon.nlMinus = '<var:string rsrc:value="tbtv_corner_minus_17x17.gif" />';
d.icon.empty = '<var:string rsrc:value="empty.gif" />';
d.add(0, -1, '');
<var:foreach list="flattenedNodes" item="item"
><var:component className="UIxMailTreeBlockJS"
const:treeObjectName="d"
var:item="item"
/></var:foreach>
document.write(d);
</script>
</div>

View file

@ -1,7 +0,0 @@
<?xml version="1.0" standalone="yes"?>
<container
xmlns="http://www.w3.org/1999/xhtml"
xmlns:var="http://www.skyrix.com/od/binding"
xmlns:const="http://www.skyrix.com/od/constant"
><var:string value="treeObjectName" />.add(<var:string value="item.serial" />, <var:string value="item.parent" />, '<var:string value="item.title" />', <var:string value="item.hasChildren" />, '#', '<var:string value="item.name" />', '<var:string value="item.folderType" />', '', '', '<var:string value="iconName" />', '<var:string value="iconName" />');
</container>