Roo/form/ComboCheck.js
authorAlan Knowles <alan@akbkhome.com>
Fri, 2 Sep 2011 05:56:22 +0000 (13:56 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 2 Sep 2011 05:56:22 +0000 (13:56 +0800)
Roo/form/ComboCheck.js

index d25798d..20749ac 100644 (file)
@@ -80,16 +80,7 @@ Roo.extend(Roo.form.ComboCheck, Roo.form.ComboBox, {
     },
     
     onSelect : function(record, index){
-        if(this.fireEvent('beforeselect', this, record, index) !== false){
-            
-            
-            this.setFromData(index > -1 ? record.data : false);
-            
-            
-            
-            //this.collapse();
-            this.fireEvent('select', this, record, index);
-        }
+       
     },
     getValueArray : function()
     {