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

index 5eb093c..87f6ef1 100644 (file)
@@ -73,16 +73,6 @@ Roo.extend(Roo.form.ComboCheck, Roo.form.ComboBox, {
          
         
     },
-    onViewClick : function(doFocus){
-         
-        var index = this.view.getSelectedIndexes()[0];
-        var r = this.store.getAt(index);
-        if(r){
-            this.onSelect(r, index);
-        }
-        if(doFocus !== false && !this.blockFocus){
-            this.el.focus();
-        }
-    },
+     
  
 });
\ No newline at end of file