allow string based values for comboboxarray
[roojs1] / Roo / bootstrap / Row.js
index 4c5668e..358e219 100644 (file)
@@ -20,12 +20,14 @@ Roo.bootstrap.Row = function(config){
 };
 
 Roo.extend(Roo.bootstrap.Row, Roo.bootstrap.Component,  {
-      
-       autoCreate : {
-        cls: 'row clearfix'
+    
+    getAutoCreate : function(){
+       return {
+            cls: 'row clearfix'
+       };
     }
-   
+    
+    
 });