From 9b0d42e86fdc2ba5c63b8fe4e7b234ff6bf94085 Mon Sep 17 00:00:00 2001 From: edward Date: Mon, 18 Jul 2016 15:28:08 +0800 Subject: [PATCH] Pman.Dialog.CoreEmail.bjs Pman.Dialog.CoreEmail.js --- Pman.Dialog.CoreEmail.bjs | 9 +++++++++ Pman.Dialog.CoreEmail.js | 10 ++++++++++ 2 files changed, 19 insertions(+) diff --git a/Pman.Dialog.CoreEmail.bjs b/Pman.Dialog.CoreEmail.bjs index 96adcfa5..a01385bb 100644 --- a/Pman.Dialog.CoreEmail.bjs +++ b/Pman.Dialog.CoreEmail.bjs @@ -26,6 +26,7 @@ "dc0de523c25be298ba751c63c694109e" : "Responsive Email (1)", "396ecabf0cd1f9503e591418851ef406" : "Edit / Create Message", "b9c49611cfda3259a2b837b39489e650" : "Add Image", + "44e7830e754c2e275ef6f658eafba13e" : "Test Class", "ea4788705e6873b424c65e91c2846b19" : "Cancel", "68b00d723d37122f64da8d9939f836f0" : "BCC Group", "c4ca4238a0b923820dcc509a6f75849b" : "1", @@ -356,6 +357,14 @@ ] } ] + }, + { + "fieldLabel" : "Test Class", + "xtype" : "TextField", + "allowBlank" : false, + "width" : 300, + "$ xns" : "Roo.form", + "name" : "test_class" } ] }, diff --git a/Pman.Dialog.CoreEmail.js b/Pman.Dialog.CoreEmail.js index 808bc794..9a9fbe2e 100644 --- a/Pman.Dialog.CoreEmail.js +++ b/Pman.Dialog.CoreEmail.js @@ -27,6 +27,7 @@ Pman.Dialog.CoreEmail = { 'dc0de523c25be298ba751c63c694109e' :"Responsive Email (1)", '396ecabf0cd1f9503e591418851ef406' :"Edit / Create Message", 'b9c49611cfda3259a2b837b39489e650' :"Add Image", + '44e7830e754c2e275ef6f658eafba13e' :"Test Class", 'ea4788705e6873b424c65e91c2846b19' :"Cancel", '68b00d723d37122f64da8d9939f836f0' :"BCC Group", 'c4ca4238a0b923820dcc509a6f75849b' :"1", @@ -719,6 +720,15 @@ Pman.Dialog.CoreEmail = { xtype : 'JsonReader' } } + }, + { + allowBlank : false, + fieldLabel : _this._strings['44e7830e754c2e275ef6f658eafba13e'] /* Test Class */, + name : 'test_class', + width : 300, + xns : Roo.form, + '|xns' : 'Roo.form', + xtype : 'TextField' } ] }, -- 2.39.2