Pman.Tab.MTrackTimeline.bjs
authorAlan Knowles <alan@akbkhome.com>
Mon, 9 Apr 2012 10:37:52 +0000 (18:37 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 9 Apr 2012 10:37:52 +0000 (18:37 +0800)
Pman.Tab.MTrackTimeline.js

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

index e8fe86b..bd7dad8 100644 (file)
                                             ]
                                         },
                                         {
-                                            "*prop": "chgtpl",
                                             "xtype": "XTemplate",
                                             "|url": "rootURL + '/Pman/MTrack/templates/timeline-changelog.html'",
                                             "|xns": "Roo"
index 1e46cd7..3fb89ae 100644 (file)
@@ -151,6 +151,13 @@ Pman.Tab.MTrackTimeline = new Roo.XComponent({
                                 selectedClass : 'change-log-item-expanded',
                                 singleSelect : false,
                                 toggleSelect : true,
+                                items : [
+                                    {
+                                        xtype: 'XTemplate',
+                                        xns: Roo,
+                                        url : rootURL + '/Pman/MTrack/templates/timeline-changelog.html'
+                                    }
+                                ],
                                 tpl : {
                                     xtype: 'XTemplate',
                                     xns: Roo,
@@ -213,11 +220,6 @@ Pman.Tab.MTrackTimeline = new Roo.XComponent({
                                         
                                         ]
                                     }
-                                },
-                                chgtpl : {
-                                    xtype: 'XTemplate',
-                                    xns: Roo,
-                                    url : rootURL + '/Pman/MTrack/templates/timeline-changelog.html'
                                 }
                             }
                         ],