You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
874 B
11 lines
874 B
<div data-dojo-attach-events="keydown:_onKeyDown"> |
|
<div data-dojo-attach-point="rowHeader" class="dojoxCalendarRowHeader"> |
|
<table data-dojo-attach-point="rowHeaderTable" class="dojoxCalendarRowHeaderTable" cellpadding="0" cellspacing="0"></table> |
|
</div> |
|
<div data-dojo-attach-point="grid" class="dojoxCalendarGrid"> |
|
<table data-dojo-attach-point="gridTable" class="dojoxCalendarGridTable" cellpadding="0" cellspacing="0"></table> |
|
</div> |
|
<div data-dojo-attach-point="itemContainer" class="dojoxCalendarContainer" data-dojo-attach-event="mousedown:_onGridMouseDown,mouseup:_onGridMouseUp,ondblclick:_onGridDoubleClick,touchstart:_onGridTouchStart,touchmove:_onGridTouchMove,touchend:_onGridTouchEnd"> |
|
<table data-dojo-attach-point="itemContainerTable" class="dojoxCalendarContainerTable" cellpadding="0" cellspacing="0" style="width:100%"></table> |
|
</div> |
|
</div>
|
|
|