需要有关单选按钮控制的帮助
我有一个要求,比如两个带有“是”和“否”选项的单选按钮 以及两个文本区域和一个名为“继续”的按钮。 这里我的要求是当我选择是时它应该只显示继续 按钮,当我选择不选择按钮时,它应该显示两个文本区域 控制和一键控制。
谁能告诉我这个 sol 并为我提供一些示例代码。
问候, 纳文.
I have a requirement like two radio buttons with yes and no options
and two textarea's and one button with name Continue.
Here my requirement is when i select yes it should show only continue
button and when i select no button it should show two textarea
controls and one button control.
Can anybody tell me this sol and provide me with some sample code.
Regards,
Naveen.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
简单使用属性“visible”:
请注意属性“includeInLayout”。在我的解决方案中,一个文本区域被隐藏,不占据任何位置,另一个文本区域被隐藏,但保留保留位置。
Simple use property 'visible':
Please take attention at property 'includeInLayout'. In my solution one text area is hidden and takes no place, another one is hidden, but keeps reserved place.