examples/grid/viewpanel.js
authorChris <chris@roojs.com>
Mon, 21 Oct 2013 09:17:16 +0000 (17:17 +0800)
committerChris <chris@roojs.com>
Mon, 21 Oct 2013 09:17:16 +0000 (17:17 +0800)
examples/grid/viewpanel.js

index ad223e3..8454f76 100644 (file)
@@ -82,7 +82,7 @@ Roo.onReady(function(){
     var layout = Roo.BorderLayout.create({
         center: {
             margins:{left:3,top:3,right:3,bottom:3},
-            panels: [new Roo.GridPanel(grid)]
+            panels: [new Roo.ViewPanel(grid)]
         }
     }, 'grid-panel');