sogo/UI/Templates/SchedulerUI/UIxCalCalendarsListView.wox
Wolfgang Sourdeau ddd255114c Monotone-Parent: 876ba6f8e90111e66883f54764726131c606347e
Monotone-Revision: 68cc79a189835b0bd3dd288537e10828f70dc4da

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

34 lines
1.2 KiB
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"
xmlns:rsrc="OGo:url"
xmlns:label="OGo:label">
<var:component className="UIxContactSelector"
const:selectorId="calendarsList"
const:hasCheckBoxes="YES"
const:checkBoxOnChange="return updateCalendarStatus(this);"
contacts="contacts"
checkedBoxes="checkedContacts"
/>
<!-- <ul id="calendarsList"
onselectionchange="onCalendarSelectionChange();"
multiselect="yes">
<var:foreach list="fetchUsersCalendar"
item="currentCalendar"
><li var:id="currentCalendar.uid"
var:class="currentStatusClass"
onmousedown="return false;"
onclick="return onRowClick(event);"
><input class="checkBox"
var:checked="currentCalendar.visible"
type="checkbox"
onchange="return updateCalendarStatus(this);"
/><var:string value="currentCalendar.fullName"
const:escapeHTML="NO"
/></li>
</var:foreach>
</ul> -->
</container>