Pman.Dialog.CoreEmail.bjs
authoredward <edward@roojs.com>
Mon, 18 Jul 2016 07:29:05 +0000 (15:29 +0800)
committeredward <edward@roojs.com>
Mon, 18 Jul 2016 07:29:05 +0000 (15:29 +0800)
Pman.Dialog.CoreEmail.js

Pman.Dialog.CoreEmail.bjs
Pman.Dialog.CoreEmail.js

index 55d3374..58a10fd 100644 (file)
              "items" : [
               {
                "fieldLabel" : "Test Class",
+               "Boolean readOnly" : true,
                "xtype" : "TextField",
                "allowBlank" : true,
+               "Boolean disabled" : true,
                "width" : 300,
                "$ xns" : "Roo.form",
                "name" : "test_class"
index 128ff22..e4326bb 100644 (file)
@@ -730,8 +730,10 @@ Pman.Dialog.CoreEmail = {
              items  : [
               {
                allowBlank : true,
+               disabled : true,
                fieldLabel : _this._strings['44e7830e754c2e275ef6f658eafba13e'] /* Test Class */,
                name : 'test_class',
+               readOnly : true,
                width : 300,
                xns : Roo.form,
                '|xns' : 'Roo.form',