Pman.Dialog.VerifyAccess.bjs
authoredward <edward@roojs.com>
Thu, 15 Feb 2018 03:55:21 +0000 (11:55 +0800)
committeredward <edward@roojs.com>
Thu, 15 Feb 2018 03:55:21 +0000 (11:55 +0800)
Pman.Dialog.VerifyAccess.js

Pman.Dialog.VerifyAccess.bjs
Pman.Dialog.VerifyAccess.js

index 81bbf28..28f183d 100644 (file)
            "string fieldLabel" : "User Agent",
            "Number rows" : 3,
            "$ xns" : "Roo.bootstrap"
-          },
+          }
+         ]
+        }
+       ]
+      },
+      {
+       "listeners" : {
+        "render" : "function (_self)\n{\n    _this.row_pwd_label = _self;\n}"
+       },
+       "xtype" : "Row",
+       "$ xns" : "Roo.bootstrap",
+       "items" : [
+        {
+         "xtype" : "Column",
+         "Number xs" : 12,
+         "$ xns" : "Roo.bootstrap",
+         "items" : [
           {
-           "listeners" : {
-            "render" : "function (_self)\n{\n    _this.row_pwd_label = _self;\n}"
-           },
-           "xtype" : "Row",
-           "$ xns" : "Roo.bootstrap",
-           "items" : [
-            {
-             "xtype" : "Column",
-             "Number xs" : 12,
-             "$ xns" : "Roo.bootstrap",
-             "items" : [
-              {
-               "String name" : "user_agent",
-               "Boolean readOnly" : true,
-               "xtype" : "TextArea",
-               "string fieldLabel" : "User Agent",
-               "Number rows" : 3,
-               "$ xns" : "Roo.bootstrap"
-              }
-             ]
-            }
-           ]
+           "String name" : "user_agent",
+           "Boolean readOnly" : true,
+           "xtype" : "TextArea",
+           "string fieldLabel" : "User Agent",
+           "Number rows" : 3,
+           "$ xns" : "Roo.bootstrap"
           }
          ]
         }
index 53fb50f..aee6691 100644 (file)
@@ -263,36 +263,36 @@ Roo.apply(Pman.Dialog.VerifyAccess.prototype, {
             rows : 3,
             xns : Roo.bootstrap,
             '|xns' : 'Roo.bootstrap'
-           },
+           }
+          ]
+         }
+        ]
+       },
+       {
+        xtype : 'Row',
+        listeners : {
+         render : function (_self)
+          {
+              _this.row_pwd_label = _self;
+          }
+        },
+        xns : Roo.bootstrap,
+        '|xns' : 'Roo.bootstrap',
+        items  : [
+         {
+          xtype : 'Column',
+          xs : 12,
+          xns : Roo.bootstrap,
+          '|xns' : 'Roo.bootstrap',
+          items  : [
            {
-            xtype : 'Row',
-            listeners : {
-             render : function (_self)
-              {
-                  _this.row_pwd_label = _self;
-              }
-            },
+            xtype : 'TextArea',
+            fieldLabel : _this._strings['dfb790522fdea3859af206d32916fe77'] /* User Agent */,
+            name : 'user_agent',
+            readOnly : true,
+            rows : 3,
             xns : Roo.bootstrap,
-            '|xns' : 'Roo.bootstrap',
-            items  : [
-             {
-              xtype : 'Column',
-              xs : 12,
-              xns : Roo.bootstrap,
-              '|xns' : 'Roo.bootstrap',
-              items  : [
-               {
-                xtype : 'TextArea',
-                fieldLabel : _this._strings['dfb790522fdea3859af206d32916fe77'] /* User Agent */,
-                name : 'user_agent',
-                readOnly : true,
-                rows : 3,
-                xns : Roo.bootstrap,
-                '|xns' : 'Roo.bootstrap'
-               }
-              ]
-             }
-            ]
+            '|xns' : 'Roo.bootstrap'
            }
           ]
          }