Project

General

Profile

Statistics
| Revision:

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

History | View | Annotate | Download (512 Bytes)

1
<div class="dojoxCalendarYearLabels" style="left: 0px;" dojoAttachPoint="yearContainer">
2
    <table cellspacing="0" cellpadding="0" border="0" style="margin: auto;" dojoAttachEvent="onclick: onClick">
3
        <tbody>
4
            <tr class="dojoxCalendarYearGroupTemplate">
5
                <td class="dojoxCalendarNextMonth dojoxCalendarYearTemplate">
6
                    <div class="dojoxCalendarYearLabel">
7
                    </div>
8
                </td>
9
            </tr>
10
        </tbody>
11
    </table>
12
</div>