Activity Forums Salesforce® Discussions What is the use of <apex:panelBar> and <apex:panelBarItem> tags in Salesforce?

  • MOHIT

    Member
    January 27, 2020 at 2:57 pm

    apex:panelBar is used to insert headers in visualforce page While <apex:panelBarItem> tag is used as a child item for <apex:panelBar> tag.

  • Manish

    Member
    January 28, 2020 at 6:28 am

    Hi Shweta

    <apex:panelBar> is used to insert headers in visualforce page.

    Example:

    <apex:page >
    <apex:panelBar >
    <apex:panelBarItem label=" Test1">Panel Bar Test1</apex:panelBarItem>
    <apex:panelBarItem label="Test2">Panel Bar Test2</apex:panelBarItem>
    <apex:panelBarItem label="Test3">Panel Bar Test3</apex:panelBarItem>
    </apex:panelBar>
    </apex:page>

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos