Pman.Tab.MTrackTimeline.bjs
authorAlan Knowles <alan@akbkhome.com>
Sat, 7 Apr 2012 04:09:45 +0000 (12:09 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sat, 7 Apr 2012 04:09:45 +0000 (12:09 +0800)
Pman.Tab.MTrackTimeline.js

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

index d49b067..7cc02d8 100644 (file)
                                             "xtype": "XTemplate",
                                             "|url": "rootURL + '/Pman/MTrack/templates/timeline.html'",
                                             "|xns": "Roo"
+                                        },
+                                        {
+                                            "|xns": "Roo.data",
+                                            "xtype": "Store",
+                                            "*prop": "store"
                                         }
                                     ]
                                 }
index 148b1d6..aac0bc9 100644 (file)
@@ -115,6 +115,10 @@ Pman.Tab.MTrackTimeline = new Roo.XComponent({
                                     xtype: 'XTemplate',
                                     xns: Roo,
                                     url : rootURL + '/Pman/MTrack/templates/timeline.html'
+                                },
+                                store : {
+                                    xtype: 'Store',
+                                    xns: Roo.data
                                 }
                             }
                         ],