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
Hitesh Grover 7Hitesh Grover 7 

create multiple collapsible sections

i have many VF pages. I want they all under one page that contains difference sections(collapsible and expendable)
LBKLBK
<apex:pagBlockSection> supports this.
Here is a sample.
<apex:pageblockSection collapsible="true" title="YOUR TITLE">
You need to wrap it with <apex:pageBlock>.