Activity › Forums › Salesforce® Discussions › How to enable visualforce editor in Salesforce?
-
How to enable visualforce editor in Salesforce?
Posted by Anjali on July 30, 2020 at 12:32 PMHow to enable visualforce editor in Salesforce?
Manish replied 5 years, 10 months ago 5 Members · 4 Replies -
4 Replies
-
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. - [adinserter block='9']
-
<div id=”EnablingDevMode”>
- 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.
- Click Edit.
- Select the <samp>Development Mode</samp> checkbox.
- 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.
- Click Save.
<div>
</div></div> -
<div aria-level=”3″ role=”heading”>Inline editing in visualforce page can be done by two ways provided by Salesforce :
<div>- The <apex:detail > component has an attribute that activates inline editing.
- The <apex:inlineEditSupport > component provides inline editing functionality to several container components.
- Inline editing using <apex:detail>.
</div></div>
-
To enable Visualforce development mode:
- 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.
- Click Edit.
- Select the <samp>Development Mode</samp> checkbox.
- 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.
- Click Save.
Log In to reply.