Project

General

Profile

Statistics
| Revision:

root / trunk / web / dojo / dojox / widget / Calendar / CalendarMonth.html @ 12

History | View | Annotate | Download (477 Bytes)

1 9 andrej.cim
<div class="dojoxCalendarMonthLabels" style="left: 0px;"
2
        dojoAttachPoint="monthContainer" dojoAttachEvent="onclick: onClick">
3
    <table cellspacing="0" cellpadding="0" border="0" style="margin: auto;">
4
        <tbody>
5
            <tr class="dojoxCalendarMonthGroupTemplate">
6
                <td class="dojoxCalendarMonthTemplate">
7
                    <div class="dojoxCalendarMonthLabel"></div>
8
                </td>
9
             </tr>
10
        </tbody>
11
    </table>
12
</div>