Roo/ViewPanel.js
authorChris <chris@roojs.com>
Mon, 21 Oct 2013 10:01:14 +0000 (18:01 +0800)
committerChris <chris@roojs.com>
Mon, 21 Oct 2013 10:01:14 +0000 (18:01 +0800)
Roo/ViewPanel.js

index 5dd8923..7ca1e2e 100644 (file)
@@ -47,6 +47,8 @@ Roo.ViewPanel = function(el, config){
 };
 
 Roo.extend(Roo.ViewPanel, Roo.ContentPanel, {
+    
+    autoCreate : true,
     getId : function(){
         return this.view.id;
     },