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.3 KB
|
Line | |
---|
1 | <div class="dojoxCal-MY-labels" style="left: 0px;" |
---|
2 | dojoAttachPoint="myContainer" dojoAttachEvent="onclick: onClick"> |
---|
3 | <table cellspacing="0" cellpadding="0" border="0" style="margin: auto;"> |
---|
4 | <tbody> |
---|
5 | <tr class="dojoxCal-MY-G-Template"> |
---|
6 | <td class="dojoxCal-MY-M-Template"> |
---|
7 | <div class="dojoxCalendarMonthLabel"></div> |
---|
8 | </td> |
---|
9 | <td class="dojoxCal-MY-M-Template"> |
---|
10 | <div class="dojoxCalendarMonthLabel"></div> |
---|
11 | </td> |
---|
12 | <td class="dojoxCal-MY-Y-Template"> |
---|
13 | <div class="dojoxCalendarYearLabel"></div> |
---|
14 | </td> |
---|
15 | <td class="dojoxCal-MY-Y-Template"> |
---|
16 | <div class="dojoxCalendarYearLabel"></div> |
---|
17 | </td> |
---|
18 | </tr> |
---|
19 | <tr class="dojoxCal-MY-btns"> |
---|
20 | <td class="dojoxCal-MY-btns" colspan="4"> |
---|
21 | <span class="dijitReset dijitInline dijitButtonNode ok-btn" dojoAttachEvent="onclick: onOk" dojoAttachPoint="okBtn"> |
---|
22 | <button class="dijitReset dijitStretch dijitButtonContents">OK</button> |
---|
23 | </span> |
---|
24 | <span class="dijitReset dijitInline dijitButtonNode cancel-btn" dojoAttachEvent="onclick: onCancel" dojoAttachPoint="cancelBtn"> |
---|
25 | <button class="dijitReset dijitStretch dijitButtonContents">Cancel</button> |
---|
26 | </span> |
---|
27 | </td> |
---|
28 | </tr> |
---|
29 | </tbody> |
---|
30 | </table> |
---|
31 | </div> |
---|
Note: See
TracBrowser
for help on using the repository browser.