Fix #6465 - drag drop for cards
[roojs1] / Roo / bootstrap / Radio.js
index 197188c..cddcdd1 100644 (file)
@@ -52,10 +52,11 @@ Roo.extend(Roo.bootstrap.Radio, Roo.bootstrap.Component, {
         
     },
     
-    onClick : function()
+    onClick : function(e)
     {
-        if(this.parent().fireEvent(''))
-        this.setChecked(true);
+        if(this.parent().fireEvent('click', this.parent(), this, e) !== false){
+            this.setChecked(true);
+        }
     },
     
     setChecked : function(state, suppressEvent)