Last change
on this file since 256 was
256,
checked in by hendrikvanantwerpen, 13 years ago
|
Reworked project structure based on REST interaction and Dojo library. As
soon as this is stable, the old jQueryUI branch can be removed (it's
kept for reference).
|
File size:
477 bytes
|
Line | |
---|
1 | <div class="dojoxCalendarMonthLabels" style="left: 0px;" |
---|
2 | dojoAttachPoint="monthContainer" dojoAttachEvent="onclick: onClick"> |
---|
3 | <table cellspacing="0" cellpadding="0" border="0" style="margin: auto;"> |
---|
4 | <tbody> |
---|
5 | <tr class="dojoxCalendarMonthGroupTemplate"> |
---|
6 | <td class="dojoxCalendarMonthTemplate"> |
---|
7 | <div class="dojoxCalendarMonthLabel"></div> |
---|
8 | </td> |
---|
9 | </tr> |
---|
10 | </tbody> |
---|
11 | </table> |
---|
12 | </div> |
---|
Note: See
TracBrowser
for help on using the repository browser.