sogo/UI/Templates/MailerUI/UIxMailTreeBlockJS.wox
Wolfgang Sourdeau d8e1dea8f5 Monotone-Parent: 69f4dab4873454f7a95f8824f9f72c5a71f8d3d7
Monotone-Revision: a3b7b268652223f09bb5a43b037710e48aed6f1e

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-11-10T23:00:04
Monotone-Branch: ca.inverse.sogo
2006-11-10 23:00:04 +00:00

8 lines
602 B
XML

<?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" />, '#', 'onMailboxTreeItemClick(this);', '<var:string value="item.name" />', '<var:string value="item.folderType" />', '', '', '<var:string value="iconName" />', '<var:string value="iconName" />');
</container>