]> err.no Git - sope/blob - sopex/Samples/WOxExtTest/Browser.wox
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1201 e4a50df8-12e2-0310-a44c...
[sope] / sopex / Samples / WOxExtTest / Browser.wox
1 <?xml version='1.0' standalone='yes'?>
2 <var:component className="Frame" title="name"
3            xmlns="http://www.w3.org/1999/xhtml"
4            xmlns:var="http://www.skyrix.com/od/binding"
5            xmlns:const="http://www.skyrix.com/od/constant">
6
7   <var:we-browser list="rootFolder" item="item" sublist="dirContents"
8                   currentPath="currentPath"
9                   const:border="1" bgColor="bgColor" 
10                   const:columnWidth="200" const:height="100">
11      <a var:action="clicked"><var:if condition="currentIsDirectory"><img var:filename="currentImage" border="0" var:alt="item"/></var:if><var:string value="item"/></a>
12   </var:we-browser>
13
14 </var:component>