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
Ganesh MGanesh M 

How to display dropdown values in treeview by using jquery in VF page?

I have a requirement to display values in dropdown list in tree view format as follows:

Developer--- this is group
  Apex Classes--Parent
       Triggers--child
       Batch Apex--Child
  Visualforce Pages---Parent
  Customization--Parent
      Objects
      Relationships

If we click on Developer above values to be displayed in specified format. And also those values should have the link to another page.

Thanks in advance

Regards,
Ganesh M


    
  
PratikPratik (Salesforce Developers) 
Hi Ganesh,

You can refer this post, it has smaple code and ideas regarding the tree view structure.
https://developer.salesforce.com/forums?id=906F000000091OMIAY

also you can refer to :
http://salesforceondemand.blog.com/2012/08/15/jquery-tree-view-in-visualforce-pages/

Thanks,
Pratik