Files
openlayers/master/examples/CalendarYear.html
Éric Lemoine 5d14b9e2d4 Updated
2013-02-20 10:38:25 +01:00

13 lines
524 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>