]> err.no Git - sope/blob - sope-appserver/samples/WOxExtTest/WeekOverview.wox
fixed (all?) gcc 4.0 warnings
[sope] / sope-appserver / samples / WOxExtTest / WeekOverview.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:week-overview list="list" item="item" weekStart="weekStart"
8                      const:titleColor="#FFDAAA" const:contentColor="#FAE8B8"
9                      headerRows="abList" footerRows="cdList"
10                      headerRow="item"    footerRow="item"
11                      columnIndex="colIndex">
12
13     <var:week-info>
14       <small><b><i>infos of day</i></b></small><br/>
15       <hr width="80%"/><br/>
16     </var:week-info>
17     
18     <var:week>
19       <b><var:string value="item.title"/></b><br/>
20       <small><var:string value="item.startDate"/></small><br/><br/>
21     </var:week>
22
23     <var:week-header>
24       Row:<var:string value="item"/><br />
25       Column:<var:string value="colIndex"/>
26     </var:week-header>
27
28     <var:week-footer>
29       Row:<var:string value="item"/><br />
30       Column:<var:string value="colIndex"/>
31     </var:week-footer>
32   </var:week-overview>
33
34 </var:component>