File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed
scheduler/scheduler-custom-view/SchedulerCustomViewDemo Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 1
- //Custom View
1
+ //Custom View
2
2
( function ( $ , undefined ) {
3
3
var kendo = window . kendo ,
4
4
ui = kendo . ui ,
64
64
options : {
65
65
title : "To Do" ,
66
66
selectedDateFormat : "{0:D} - {1:D}" ,
67
+ selectedShortDateFormat : "{0:d}" ,
67
68
dateHeaderTemplate : DATA_HEADER_TEMPLATE ,
68
69
eventTemplate : EVENT_TEMPLATE
69
70
} ,
346
347
ToDoView : ToDoView
347
348
} ) ;
348
349
349
- } ) ( window . kendo . jQuery ) ;
350
+ } ) ( window . kendo . jQuery ) ;
Original file line number Diff line number Diff line change 3
3
<head >
4
4
<title >@ViewBag.Title </title >
5
5
<link href =" @Url.Content(" ~ /Content /Site.css " )" rel =" stylesheet" type =" text/css" />
6
- <link href =" http://cdn.kendostatic.com/2013.3.1119 /styles/kendo.common.min.css" rel =" stylesheet" type =" text/css" />
7
- <link href =" http://cdn.kendostatic.com/2013.3.1119 /styles/kendo.default.min.css" rel =" stylesheet" type =" text/css" />
8
- <script src =" http://cdn.kendostatic.com/2013.3.1119 /js/jquery.min.js" ></script >
9
- <script src =" http://cdn.kendostatic.com/2013.3.1119 /js/kendo.all.min.js" ></script >
10
- <script src =" http://cdn.kendostatic.com/2013.3.1119 /js/kendo.aspnetmvc.min.js" ></script >
11
- <script src =" http://cdn.kendostatic.com/2013.3.1119 /js/kendo.timezones.min.js" ></script >
6
+ <link href =" http://cdn.kendostatic.com/2015.2.902 /styles/kendo.common.min.css" rel =" stylesheet" type =" text/css" />
7
+ <link href =" http://cdn.kendostatic.com/2015.2.902 /styles/kendo.default.min.css" rel =" stylesheet" type =" text/css" />
8
+ <script src =" http://cdn.kendostatic.com/2015.2.902 /js/jquery.min.js" ></script >
9
+ <script src =" http://cdn.kendostatic.com/2015.2.902 /js/kendo.all.min.js" ></script >
10
+ <script src =" http://cdn.kendostatic.com/2015.2.902 /js/kendo.aspnetmvc.min.js" ></script >
11
+ <script src =" http://cdn.kendostatic.com/2015.2.902 /js/kendo.timezones.min.js" ></script >
12
12
</head >
13
13
14
14
<body >
You can’t perform that action at this time.
0 commit comments