Roo/form/ComboBoxArray.js
authorAlan Knowles <alan@roojs.com>
Wed, 2 May 2012 05:58:31 +0000 (13:58 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 2 May 2012 05:58:31 +0000 (13:58 +0800)
Roo/form/ComboBoxArray.js

index f237f96..68fdf1e 100644 (file)
@@ -103,9 +103,9 @@ Roo.extend(Roo.form.ComboBoxArray, Roo.form.TextField,
         this.combo.onRender(ct, position);
         
         // assigned so form know we need to do this..
-        this.store = this.combo.store;
-        this.valueField = this.combo.valueField;
-        this.displayField = this.combo.displayField ;
+        this.store          = this.combo.store;
+        this.valueField     = this.combo.valueField;
+        this.displayField   = this.combo.displayField ;
         
         
         this.combo.wrap.addClass('x-cbarray-grp');