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
sss pppsss ppp 

Inline Editsupport

i am new to salesforce,Can anyone explain what is inline edit support?why it is used and how?
Saravanan @CreationSaravanan @Creation
Hi,

If you are looking for Visualforce page inline support. Below is the apex tag to achive this.

apex:inlineEditSupport
https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_compref_inlineEditSupport.htm

If you are looking for the standard detail page. You have to enable inline edit . Under Setup-->User interface and enable the inlinie edit.

Regards,