function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
lavulavu 

show textfields when checkbox is clicked

i want to display in visualforce page like when checkbox is selected it displays text fields and for radiobuttons also can anyone help me

Edwin VijayEdwin Vijay

You can use AJAX to achieve this.. Usage of the actionsupport tag is a solution

 

http://www.forcetree.com/2009/10/rerender-and-actionsupport-simple.html is an example, you can also find examples in the official visualforce developers guide