Conditional Hide/Show of region based on Radio button
Apex4.1
Hi There,
Using the radio button for the first time. I have created a html parent region with a radio button and under that I have two child regions each having classic reports. One has the numbers, the other percentage. When the user selects the first radio button, it should show the first region and when he selects the other option, it should show the other region, while hiding the first one. Do I need to use the conditional attribute in the child regions to do this? I have the values for radio as STATIC:Full-time;F,Part-time;P
A few more questions,
1. How can we only refresh the region? Or do we need to submit the whole page?
2. How can we set the default value for the radio group. Its static text in my case. Under default attribute I need to put in Full_time or F? Both don't seem to work
Thanks,
Sun
Edited by: ryansun on Jun 29, 2012 8:35 AM