From: Edward Date: Thu, 8 May 2014 09:29:55 +0000 (+0800) Subject: Pman.Dialog.CoreAutoSavePreview.bjs X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=70bda2937bcc1e9c439451cb87b46c685ae14271 Pman.Dialog.CoreAutoSavePreview.bjs Pman.Dialog.CoreAutoSavePreview.js --- 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,