From 70bda2937bcc1e9c439451cb87b46c685ae14271 Mon Sep 17 00:00:00 2001 From: Edward Date: Thu, 8 May 2014 17:29:55 +0800 Subject: [PATCH] Pman.Dialog.CoreAutoSavePreview.bjs Pman.Dialog.CoreAutoSavePreview.js --- Pman.Dialog.CoreAutoSavePreview.bjs | 5 +++++ Pman.Dialog.CoreAutoSavePreview.js | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/Pman.Dialog.CoreAutoSavePreview.bjs b/Pman.Dialog.CoreAutoSavePreview.bjs index b8108642..ccb32530 100644 --- a/Pman.Dialog.CoreAutoSavePreview.bjs +++ b/Pman.Dialog.CoreAutoSavePreview.bjs @@ -53,6 +53,11 @@ "xtype": "Grid", "|xns": "Roo.grid", "items": [ + { + "|xns": "Roo.grid", + "xtype": "RowSelectionModel", + "*prop": "sm" + }, { "*prop": "dataSource", "xtype": "Store", diff --git a/Pman.Dialog.CoreAutoSavePreview.js b/Pman.Dialog.CoreAutoSavePreview.js index 4568ab57..13ce230a 100644 --- a/Pman.Dialog.CoreAutoSavePreview.js +++ b/Pman.Dialog.CoreAutoSavePreview.js @@ -75,6 +75,10 @@ Pman.Dialog.CoreAutoSavePreview = { }, autoExpandColumn : 'filename', loadMask : true, + sm : { + xtype: 'RowSelectionModel', + xns: Roo.grid + }, dataSource : { xtype: 'Store', xns: Roo.data, -- 2.39.2