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:
1.0 KB
|
Line | |
---|
1 | <div class="dojoxCalendar"> |
---|
2 | <div tabindex="0" class="dojoxCalendarContainer" style="visibility: visible;" dojoAttachPoint="container"> |
---|
3 | <div style="display:none"> |
---|
4 | <div dojoAttachPoint="previousYearLabelNode"></div> |
---|
5 | <div dojoAttachPoint="nextYearLabelNode"></div> |
---|
6 | <div dojoAttachPoint="monthLabelSpacer"></div> |
---|
7 | </div> |
---|
8 | <div class="dojoxCalendarHeader"> |
---|
9 | <div> |
---|
10 | <div class="dojoxCalendarDecrease" dojoAttachPoint="decrementMonth"></div> |
---|
11 | </div> |
---|
12 | <div class=""> |
---|
13 | <div class="dojoxCalendarIncrease" dojoAttachPoint="incrementMonth"></div> |
---|
14 | </div> |
---|
15 | <div class="dojoxCalendarTitle" dojoAttachPoint="header" dojoAttachEvent="onclick: onHeaderClick"> |
---|
16 | </div> |
---|
17 | </div> |
---|
18 | <div class="dojoxCalendarBody" dojoAttachPoint="containerNode"></div> |
---|
19 | <div class=""> |
---|
20 | <div class="dojoxCalendarFooter" dojoAttachPoint="footer"> |
---|
21 | </div> |
---|
22 | </div> |
---|
23 | </div> |
---|
24 | </div> |
---|
Note: See
TracBrowser
for help on using the repository browser.