Roo/form/Radio.js
authorAlan Knowles <alan@roojs.com>
Wed, 20 Nov 2013 06:03:45 +0000 (14:03 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 20 Nov 2013 06:03:45 +0000 (14:03 +0800)
Roo/form/Radio.js

index 43e2721..4f83f53 100644 (file)
@@ -35,11 +35,11 @@ Roo.extend(Roo.form.Radio, Roo.form.Checkbox, {
     
     onRender : function(ct, position){
         Roo.form.Checkbox.superclass.onRender.call(this, ct, position);
-        /*
+        
         if(this.inputValue !== undefined){
             this.el.dom.value = this.inputValue;
         }
-        */
+         
         this.wrap = this.el.wrap({cls: "x-form-check-wrap"});
         //this.wrap = this.el.wrap({cls: 'x-menu-check-item '});
         //var viewEl = this.wrap.createChild({ 
@@ -62,4 +62,5 @@ Roo.extend(Roo.form.Radio, Roo.form.Checkbox, {
          
     } 
     
+    
 });
\ No newline at end of file