Activity Forums Salesforce® Discussions How can we use Page Block Section In Visualforce Pages In Salesforce Lightning Experience ?

  • Satyakam

    Member
    December 6, 2016 at 7:21 am

    Hi sushant,

    You can use <apex:pageBlockSecton> in visualforce page in classis but this tag is not supported in lightning.

    you may switch to Lightning Experience from classis.

    Ex-

    <apex:page standardController="Account">

    <apex:form>

    <apex:pageBlock>

    <apex:pageBlockSection>

    ...........................

    code here

    ..........................

    </apex::pageBlockSection>

    </apex:pageBlock>

    </apex:form>

    </apex:page>

    You have to follow above steps to get your page block section.

    Thanks

     

  • sushant

    Member
    December 8, 2016 at 11:22 am

    Thanks Satyakam

  • shariq

    Member
    July 11, 2017 at 9:38 am

    Hi Sushant,

    Visualforce Tags are not supported in Salesforce Lightning. You can understand pageBlockSection here

    • This reply was modified 6 years, 9 months ago by  shariq.
    • This reply was modified 6 years, 9 months ago by  shariq.

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos