Pman.Tab.MTrackTimeline.bjs
authorAlan Knowles <alan@akbkhome.com>
Fri, 6 Apr 2012 15:11:31 +0000 (23:11 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 6 Apr 2012 15:11:31 +0000 (23:11 +0800)
Pman.Tab.MTrackTimeline.js

Pman.Tab.MTrackTimeline.bjs
Pman.Tab.MTrackTimeline.js

index 81d03b2..6419c84 100644 (file)
@@ -61,7 +61,7 @@
                                     ]
                                 },
                                 {
-                                    "|tpl": "",
+                                    "|tpl": "new Roo.XTemplate({ url : baseURL + '/Pman/MTrack/templates/timeline.html' });",
                                     "xtype": "View",
                                     "|xns": "Roo"
                                 }
index 8d00e31..cb5e15c 100644 (file)
@@ -110,7 +110,8 @@ Pman.Tab.MTrackTimeline = new Roo.XComponent({
                         items : [
                             {
                                 xtype: 'View',
-                                xns: Roo
+                                xns: Roo,
+                                tpl : new Roo.XTemplate({ url : baseURL + '/Pman/MTrack/templates/timeline.html' });
                             }
                         ],
                         toolbar : {