Pman.Dialog.CoreEnum.bjs
authoredward <edward@roojs.com>
Mon, 21 Sep 2015 05:48:15 +0000 (13:48 +0800)
committeredward <edward@roojs.com>
Mon, 21 Sep 2015 05:48:15 +0000 (13:48 +0800)
Pman.Dialog.CoreEnum.js

Pman.Dialog.CoreEnum.bjs
Pman.Dialog.CoreEnum.js

index 46cfed3..941d07e 100644 (file)
@@ -57,6 +57,7 @@
        "items" : [
         {
          "fieldLabel" : "Name",
+         "bool hidden" : true,
          "xtype" : "TextField",
          "allowBlank" : false,
          "actionMode" : "fieldEl",
index 9e858fe..c917c4e 100644 (file)
@@ -161,6 +161,7 @@ Pman.Dialog.CoreEnum = {
           actionMode : 'fieldEl',
           allowBlank : false,
           fieldLabel : _this._strings['49ee3087348e8d44e1feda1917443987'] /* Name */,
+          hidden : true,
           name : 'name',
           width : 200,
           xns : Roo.form,