From 88503694049684dc28f44d8063bbbd366d195fe6 Mon Sep 17 00:00:00 2001 From: Edward Date: Thu, 8 May 2014 17:29:59 +0800 Subject: [PATCH] Pman.Dialog.CoreAutoSavePreview.bjs Pman.Dialog.CoreAutoSavePreview.js --- Pman.Dialog.CoreAutoSavePreview.bjs | 5 +++-- Pman.Dialog.CoreAutoSavePreview.js | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Pman.Dialog.CoreAutoSavePreview.bjs b/Pman.Dialog.CoreAutoSavePreview.bjs index ccb32530..356ced2a 100644 --- a/Pman.Dialog.CoreAutoSavePreview.bjs +++ b/Pman.Dialog.CoreAutoSavePreview.bjs @@ -54,9 +54,10 @@ "|xns": "Roo.grid", "items": [ { - "|xns": "Roo.grid", + "*prop": "sm", + "singleSelect": true, "xtype": "RowSelectionModel", - "*prop": "sm" + "|xns": "Roo.grid" }, { "*prop": "dataSource", diff --git a/Pman.Dialog.CoreAutoSavePreview.js b/Pman.Dialog.CoreAutoSavePreview.js index 13ce230a..4f770674 100644 --- a/Pman.Dialog.CoreAutoSavePreview.js +++ b/Pman.Dialog.CoreAutoSavePreview.js @@ -77,7 +77,8 @@ Pman.Dialog.CoreAutoSavePreview = { loadMask : true, sm : { xtype: 'RowSelectionModel', - xns: Roo.grid + xns: Roo.grid, + singleSelect : true }, dataSource : { xtype: 'Store', -- 2.39.2