Pman.Dialog.PersonEditor.bjs
authorKH Lau <khlau@roojs.com>
Tue, 8 Aug 2017 08:22:01 +0000 (16:22 +0800)
committerKH Lau <khlau@roojs.com>
Tue, 8 Aug 2017 08:22:01 +0000 (16:22 +0800)
Pman.Dialog.PersonEditor.js

Pman.Dialog.PersonEditor.bjs
Pman.Dialog.PersonEditor.js

index 7478075..8eaffce 100644 (file)
          "xtype" : "Container",
          "$ xns" : "Roo.bootstrap",
          "items" : [
+          {
+           "listeners" : {
+            "render" : "function (_self)\n{\n    _this.userNmae = self;\n}"
+           },
+           "String name" : "name",
+           "xtype" : "Input",
+           "string fieldLabel" : "Name",
+           "$ xns" : "Roo.bootstrap"
+          },
           {
            "listeners" : {
             "render" : "function (_self)\n{\n    _this.userNmae = self;\n}"
index 2428cf4..4f989d3 100644 (file)
@@ -90,6 +90,19 @@ Roo.apply(Pman.Dialog.PersonEditor.prototype, {
           xns : Roo.bootstrap,
           '|xns' : 'Roo.bootstrap',
           items  : [
+           {
+            xtype : 'Input',
+            fieldLabel : _this._strings['49ee3087348e8d44e1feda1917443987'] /* Name */,
+            name : 'name',
+            listeners : {
+             render : function (_self)
+              {
+                  _this.userNmae = self;
+              }
+            },
+            xns : Roo.bootstrap,
+            '|xns' : 'Roo.bootstrap'
+           },
            {
             xtype : 'Input',
             fieldLabel : _this._strings['49ee3087348e8d44e1feda1917443987'] /* Name */,