Activity Forums Salesforce® Discussions How to enable visualforce editor in Salesforce?

  • MOHIT

    Member
    July 30, 2020 at 12:52 pm

    We need to check the “development mode” check box at the user level to enable visualforce editor.
    To enable this, go to user details page check the development mode check box.

  • Aditya

    Member
    July 30, 2020 at 1:52 pm

    <div id="EnablingDevMode">

    1. From your personal settings, enter <kbd>Advanced User Details</kbd> in the Quick Find box, then select Advanced User Details. No results? Enter <kbd>Personal Information</kbd> in the Quick Find box, then select Personal Information.
    2. Click Edit.
    3. Select the <samp>Development Mode</samp> checkbox.
    4. Optionally, select the <samp>Show View State in Development Mode</samp> checkbox to enable the View State tab on the development footer. This tab is useful for monitoring the performance of your Visualforce pages.
    5. Click Save.

    <div>
    </div></div>

  • Marziya

    Member
    July 30, 2020 at 2:14 pm

    <div aria-level="3" role="heading">Inline editing in visualforce page can be done by two ways provided by Salesforce :
    <div>

    1. The <apex:detail > component has an attribute that activates inline editing.
    2. The <apex:inlineEditSupport > component provides inline editing functionality to several container components.
    3. Inline editing using <apex:detail>.

    </div></div>

  • Manish

    Member
    July 30, 2020 at 3:27 pm

    To enable Visualforce development mode:

    1. From your personal settings, enter <kbd>Advanced User Details</kbd> in the Quick Find box, then select Advanced User Details. No results? Enter <kbd>Personal Information</kbd> in the Quick Find box, then select Personal Information.
    2. Click Edit.
    3. Select the <samp>Development Mode</samp> checkbox.
    4. Optionally, select the <samp>Show View State in Development Mode</samp> checkbox to enable the View State tab on the development footer. This tab is useful for monitoring the performance of your Visualforce pages.
    5. Click Save.

Log In to reply.

Popular Salesforce Blogs