本文介绍了选择单选按钮后,如何使文本框可编辑?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一组名为radGrp1的单选按钮.

我在该组中的单选按钮称为rad1,rad2和rad3.

我还有一个文本框txt1.

如何使TXT1编辑选择RAD1时,并选择非可编辑的弧度2或RAD 3?

解决方案


I have a group of radio buttons called radGrp1.

My radio buttons within the group are called rad1, rad2 and rad3.

I also have a text box, txt1.

How do I make txt1 editable when rad1 is selected, and non-editable when rad 2 or rad 3 are selected?

解决方案


这篇关于选择单选按钮后,如何使文本框可编辑?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-31 08:19