Roo/bootstrap/panel/Grid.js
authorAlan Knowles <alan@roojs.com>
Fri, 14 Jul 2017 02:07:55 +0000 (10:07 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 14 Jul 2017 02:07:55 +0000 (10:07 +0800)
Roo/bootstrap/panel/Grid.js

index 75dcf3e..9cb85ba 100644 (file)
@@ -46,7 +46,7 @@ Roo.bootstrap.panel.Grid = function(config){
     
     this.grid = new config.grid.xns[config.grid.xtype](config.grid);
     this.grid.render(this.wrapper);
-    this.grid.getGridEl().replaceClass("x-layout-inactive-content", "x-layout-component-panel");               
+    this.grid.getGridEl().replaceClass("roo-layout-inactive-content", "roo-layout-component-panel");               
     
     //this.wrapper.dom.appendChild(config.grid.getGridEl().dom);
     // ??? needed ??? config.el = this.wrapper;