Pman.Dialog.BAdminImageManager.bjs
authorEdward <edward@roojs.com>
Fri, 16 Nov 2018 03:08:58 +0000 (11:08 +0800)
committerEdward <edward@roojs.com>
Fri, 16 Nov 2018 03:08:58 +0000 (11:08 +0800)
Pman.Dialog.BAdminImageManager.js

Pman.Dialog.BAdminImageManager.bjs
Pman.Dialog.BAdminImageManager.js

index 23f6788..5153cd6 100644 (file)
                "String style" : "width: 100%; padding: 0",
                "$ string panel" : "'default'",
                "items" : [
-                {
-                 "listeners" : {
-                  "render" : "function (_self)\n{\n    _this.thumb = this;\n    \n    //any default image?\n    \n}"
-                 },
-                 "String border" : "thumbnail",
-                 "String alt" : "*Please select an image in the media library",
-                 "xtype" : "Img",
-                 "$ xns" : "Roo.bootstrap",
-                 "String style" : "width: 100%; margin-bottom:15px;"
-                },
                 {
                  "xtype" : "Row",
                  "$ xns" : "Roo.bootstrap",
index 6426358..b807a7b 100644 (file)
@@ -888,23 +888,6 @@ Roo.apply(Pman.Dialog.BAdminImageManager.prototype, {
                 xns : Roo.bootstrap,
                 '|xns' : 'Roo.bootstrap',
                 items  : [
-                 {
-                  xtype : 'Img',
-                  alt : '*Please select an image in the media library',
-                  border : 'thumbnail',
-                  style : 'width: 100%; margin-bottom:15px;',
-                  listeners : {
-                   render : function (_self)
-                    {
-                        _this.thumb = this;
-                        
-                        //any default image?
-                        
-                    }
-                  },
-                  xns : Roo.bootstrap,
-                  '|xns' : 'Roo.bootstrap'
-                 },
                  {
                   xtype : 'Row',
                   xns : Roo.bootstrap,