dojox
Version:
Dojo eXtensions, a rollup of many useful sub-projects and varying states of maturity – from very stable and robust, to alpha and experimental. See individual projects contain README files for details.
13 lines (12 loc) • 512 B
HTML
<div class="dojoxCalendarYearLabels" style="left: 0px;" dojoAttachPoint="yearContainer">
<table cellspacing="0" cellpadding="0" border="0" style="margin: auto;" dojoAttachEvent="onclick: onClick">
<tbody>
<tr class="dojoxCalendarYearGroupTemplate">
<td class="dojoxCalendarNextMonth dojoxCalendarYearTemplate">
<div class="dojoxCalendarYearLabel">
</div>
</td>
</tr>
</tbody>
</table>
</div>