cacert-testmgr/external/ZendFramework-1.9.5/externals/dojo/dojox/widget/Calendar/CalendarMonth.html
Markus Warg 8398c9048d initially import ZendFramework-1.9.5 into repository
code was modified slightly, so the code differs from the original downloadable 1.9.5 version
2010-03-31 10:12:32 +02:00

12 lines
477 B
HTML

<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>