Pman.Dialog.CoreAutoSavePreview.bjs
authorEdward <edward@roojs.com>
Thu, 8 May 2014 09:29:55 +0000 (17:29 +0800)
committerEdward <edward@roojs.com>
Thu, 8 May 2014 09:29:55 +0000 (17:29 +0800)
Pman.Dialog.CoreAutoSavePreview.js

Pman.Dialog.CoreAutoSavePreview.bjs
Pman.Dialog.CoreAutoSavePreview.js

index b810864..ccb3253 100644 (file)
                             "xtype": "Grid",
                             "|xns": "Roo.grid",
                             "items": [
+                                {
+                                    "|xns": "Roo.grid",
+                                    "xtype": "RowSelectionModel",
+                                    "*prop": "sm"
+                                },
                                 {
                                     "*prop": "dataSource",
                                     "xtype": "Store",
index 4568ab5..13ce230 100644 (file)
@@ -75,6 +75,10 @@ Pman.Dialog.CoreAutoSavePreview = {
                         },
                         autoExpandColumn : 'filename',
                         loadMask : true,
+                        sm : {
+                            xtype: 'RowSelectionModel',
+                            xns: Roo.grid
+                        },
                         dataSource : {
                             xtype: 'Store',
                             xns: Roo.data,