Roo/bootstrap/Radio.js
authorEdward <edward@roojs.com>
Mon, 28 Apr 2014 07:57:27 +0000 (15:57 +0800)
committerEdward <edward@roojs.com>
Mon, 28 Apr 2014 07:57:27 +0000 (15:57 +0800)
Roo/bootstrap/Radio.js

index 8afe735..61142df 100644 (file)
@@ -161,6 +161,7 @@ Roo.extend(Roo.bootstrap.Radio, Roo.bootstrap.CheckBox,  {
     
     setChecked : function(state,suppressEvent)
     {
+        Roo.log(this.inputEl().up('form').child('input[name='+this.inputEl().dom.name+']', true).elements);
         Roo.each(this.inputEl().up('form').child('input[name='+this.inputEl().dom.name+']', true).elements, function(v){
             v.checked = false;
         });