mint 0 Posted July 27, 2012 Report Share Posted July 27, 2012 I want to enable a text field and button when the user selects a radio button, I have tried the following code but not working. echo CHtml::textField('trid','',array('id'=>'trid','size'=>7,'disabled'=>true)); echo CHtml::submitButton('Submit', array('id'=>'submit','name'=>'submit','disabled'=>true)); echo('<b>Dispaly records acoording to status number.</b>'); echo CHtml::radioButton('status',false,array( "success"=>"function(){ $(#trid).attr('enabled',true)';} $(#submit).attr('enabled',true)';", )); Quote Link to post Share on other sites
Larry 428 Posted July 28, 2012 Report Share Posted July 28, 2012 I'm not sure where you're getting that "success" term from. Is there some docs somewhere that you're using as the basis of this? Quote Link to post Share on other sites
mint 0 Posted July 28, 2012 Author Report Share Posted July 28, 2012 I have not found it on the docs anywhere, but it was mentioned in the yii framework forum by some one as an example and I think this tag was for a drop down list. Can you suggest some other html option for radio button to do this task. Quote Link to post Share on other sites
Larry 428 Posted August 1, 2012 Report Share Posted August 1, 2012 I can suggest something else in theory, but I'm on vacation right now and don't have the time. If no one has responded in the meantime, I'll reply when I get back from my vacation. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.