- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Sure. I thought did that, but guess it didn't copy over.
Thanks for replying.
Here's the code that works for the first three RBs. The new hidden field is entitled "OtherDescriptionTxt"
if(this.rawValue != 3)
{
EdgeDropDown2.presence = "visible";
EdgePanelChkBxTxt.presence = "hidden";
EdgeDetailNoteTxt.presence = "visible";
OtherDescriptionTxt.presence = "visible";
}else {
EdgeDropDown2.presence = "hidden";
EdgePanelChkBxTxt.presence = "visible";
EdgeDetailNoteTxt.presence = "hidden";
OtherDescriptionTxt.presence = "hidden";
}
Views
Replies
0 Likes
Total Likes