From d7c9a2b5774eae07ed48442c710337dfb069ee8d Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 16 May 2012 17:17:49 +0800 Subject: [PATCH] Pman.Dialog.CoreNotifyRecur.bjs Pman.Dialog.CoreNotifyRecur.js --- Pman.Dialog.CoreNotifyRecur.bjs | 27 --------------------------- Pman.Dialog.CoreNotifyRecur.js | 30 +----------------------------- 2 files changed, 1 insertion(+), 56 deletions(-) diff --git a/Pman.Dialog.CoreNotifyRecur.bjs b/Pman.Dialog.CoreNotifyRecur.bjs index 9498514a..f6f20846 100644 --- a/Pman.Dialog.CoreNotifyRecur.bjs +++ b/Pman.Dialog.CoreNotifyRecur.bjs @@ -308,33 +308,6 @@ "xtype": "GridEditor", "*prop": "editor", "items": [ - { - "*prop": "field", - "allowBlank": false, - "displayField": "title", - "editable": false, - "fieldLabel": "Country", - "hiddenName": "freq", - "listWidth": 200, - "mode": "local", - "name": "freq_name", - "tpl": "
{title}
", - "triggerAction": "all", - "valueField": "code", - "width": 200, - "xtype": "ComboBox", - "|xns": "Roo.form", - "items": [ - { - "*prop": "store", - "xtype": "SimpleStore", - "|data": "[ \n [ 'HOURLY' , 'Hourly at' ] ,\n [ 'DAILY' , 'Daily at'] ,\n [ 'WEEKLY' , 'Weekly at'] ,\n [ 'Montly' , 'Montly at'] \n]", - "|fields": "['code', 'title']", - "|sortInfo": "{ field : 'title', direction: 'ASC' }", - "|xns": "Roo.data" - } - ] - }, { "allowBlank": "false", "displayField": "tz", diff --git a/Pman.Dialog.CoreNotifyRecur.js b/Pman.Dialog.CoreNotifyRecur.js index fb73aba1..9095e59c 100644 --- a/Pman.Dialog.CoreNotifyRecur.js +++ b/Pman.Dialog.CoreNotifyRecur.js @@ -474,35 +474,7 @@ Pman.Dialog.CoreNotifyRecur = { } } } - ], - field : { - xtype: 'ComboBox', - xns: Roo.form, - allowBlank : false, - displayField : 'title', - editable : false, - fieldLabel : 'Country', - hiddenName : 'freq', - listWidth : 200, - mode : 'local', - name : 'freq_name', - tpl : '
{title}
', - triggerAction : 'all', - valueField : 'code', - width : 200, - store : { - xtype: 'SimpleStore', - xns: Roo.data, - data : [ - [ 'HOURLY' , 'Hourly at' ] , - [ 'DAILY' , 'Daily at'] , - [ 'WEEKLY' , 'Weekly at'] , - [ 'Montly' , 'Montly at'] - ], - fields : ['code', 'title'], - sortInfo : { field : 'title', direction: 'ASC' } - } - } + ] } }, { -- 2.39.2