Roo/calendar/View.js
authorEdward <edward@roojs.com>
Wed, 9 Apr 2014 11:38:10 +0000 (19:38 +0800)
committerEdward <edward@roojs.com>
Wed, 9 Apr 2014 11:38:10 +0000 (19:38 +0800)
Roo/calendar/View.js

index 06673dd..c8e855f 100644 (file)
@@ -690,7 +690,7 @@ Roo.extend(Roo.calendar.View, Roo.BoxComponent,  {
                                 {
                                   tag:'span',
                                   cls: 'fc-event-title',
-                                  html : String.format('{0}', ev.start_dt)
+                                  html : String.format('{0}', ev.title)
                                 }