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
Hemant ThakkarHemant Thakkar 

Dynamic Visualforce Component

Hi ,

I have a requirement and i am not able to find how to handle it. Please if anybody can help me.

I have a field which contains field type values like Radio Button, Text Box , Picklist etc. and I have a field named as value which can contain any text.

What i want that on selection of the Fieldtype value the data is in Field Value will Populate in that manner on Visualforce page.

Like FieldType - Radio Button   
Value - Car , Bus

It will display Car and Bus in 2 Radio Button.

Good Links will also appreciated.

Thanx


AshlekhAshlekh
Hi,

You need to write your own code to develop this. I thing it will greate component.