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