roojs-bootstrap.js
[roojs1] / Roo / bootstrap / Row.js
index 4c5668e..de3fdd2 100644 (file)
@@ -8,6 +8,7 @@
 /**
  * @class Roo.bootstrap.Row
  * @extends Roo.bootstrap.Component
+ * @children Roo.bootstrap.Component
  * Bootstrap Row class (contains columns...)
  * 
  * @constructor
@@ -20,12 +21,14 @@ Roo.bootstrap.Row = function(config){
 };
 
 Roo.extend(Roo.bootstrap.Row, Roo.bootstrap.Component,  {
-      
-       autoCreate : {
-        cls: 'row clearfix'
+    
+    getAutoCreate : function(){
+       return {
+            cls: 'row clearfix'
+       };
     }
-   
+    
+    
 });