summaryrefslogtreecommitdiff
path: root/js/dojo-1.6/dojox/widget/Calendar/CalendarMonth.html
blob: f0bc3e86b2a1af8694e7cd1fbc1ffe80adbf2676 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<div class="dojoxCalendarMonthLabels" style="left: 0px;"  
	dojoAttachPoint="monthContainer" dojoAttachEvent="onclick: onClick">
    <table cellspacing="0" cellpadding="0" border="0" style="margin: auto;">
        <tbody>
            <tr class="dojoxCalendarMonthGroupTemplate">
                <td class="dojoxCalendarMonthTemplate">
                    <div class="dojoxCalendarMonthLabel"></div>
                </td>
             </tr>
        </tbody>
    </table>
</div>