Pman.Tab.CmsBlog.bjs
authorAlan Knowles <alan@roojs.com>
Wed, 12 Jul 2017 01:37:31 +0000 (09:37 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 12 Jul 2017 01:37:31 +0000 (09:37 +0800)
Pman.Tab.CmsBlog.js

Pman.Tab.CmsBlog.bjs
Pman.Tab.CmsBlog.js

index 5259b82..82a3a70 100644 (file)
            "listeners" : {
             "|activate" : "function() {\n\n    _this.category_panel = this;\n    \n    if (_this.category_grid) {\n        _this.category_grid.ds.load({});\n    }\n}"
            },
-           "bool background" : false,
+           "bool background" : true,
            "fitToframe" : true,
            "region" : "center",
            "title" : "Category",
            "xtype" : "GridPanel",
            "fitContainer" : true,
            "$ xns" : "Roo",
-           "Boolean autoScroll" : true,
+           "Boolean autoScroll" : false,
            "tableName" : "cms_page_category",
            "items" : [
             {
index 5a474ac..25e25e4 100644 (file)
@@ -1370,8 +1370,8 @@ Pman.Tab.CmsBlog = new Roo.XComponent({
        items  : [
         {
          xtype : 'GridPanel',
-         autoScroll : true,
-         background : false,
+         autoScroll : false,
+         background : true,
          fitContainer : true,
          fitToframe : true,
          region : 'center',