Pman.Dialog.BAdminCompany.bjs
authorEdward <edward@roojs.com>
Thu, 13 Sep 2018 08:18:57 +0000 (16:18 +0800)
committerEdward <edward@roojs.com>
Thu, 13 Sep 2018 08:18:57 +0000 (16:18 +0800)
Pman.Dialog.BAdminCompany.js

Pman.Dialog.BAdminCompany.bjs
Pman.Dialog.BAdminCompany.js

index f69c83c..884eb20 100644 (file)
         {
          "Number md" : 12,
          "xtype" : "Column",
-         "$ xns" : "Roo.bootstrap"
+         "$ xns" : "Roo.bootstrap",
+         "items" : [
+          {
+           "xtype" : "Row",
+           "$ xns" : "Roo.bootstrap",
+           "items" : [
+            {
+             "xtype" : "Column",
+             "$ xns" : "Roo.bootstrap",
+             "items" : [
+              {
+               "listeners" : {
+                "render" : "function (_self)\n{\n    _this.logo = _self;\n}"
+               },
+               "Boolean imgResponsive" : true,
+               "xtype" : "Img",
+               "$ xns" : "Roo.bootstrap",
+               "String style" : "text-align: center; margin-left: auto; margin-right: auto; "
+              }
+             ]
+            }
+           ]
+          }
+         ]
         }
        ]
       }
index b5e63d5..4601917 100644 (file)
@@ -147,7 +147,36 @@ Roo.apply(Pman.Dialog.BAdminCompany.prototype, {
           xtype : 'Column',
           md : 12,
           xns : Roo.bootstrap,
-          '|xns' : 'Roo.bootstrap'
+          '|xns' : 'Roo.bootstrap',
+          items  : [
+           {
+            xtype : 'Row',
+            xns : Roo.bootstrap,
+            '|xns' : 'Roo.bootstrap',
+            items  : [
+             {
+              xtype : 'Column',
+              xns : Roo.bootstrap,
+              '|xns' : 'Roo.bootstrap',
+              items  : [
+               {
+                xtype : 'Img',
+                imgResponsive : true,
+                style : 'text-align: center; margin-left: auto; margin-right: auto; ',
+                listeners : {
+                 render : function (_self)
+                  {
+                      _this.logo = _self;
+                  }
+                },
+                xns : Roo.bootstrap,
+                '|xns' : 'Roo.bootstrap'
+               }
+              ]
+             }
+            ]
+           }
+          ]
          }
         ]
        }