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
RichardR1RichardR1 

mimic the classic record detail page behavior

I'm new to development. How can I mimic the native SF record detail page but have more columns instead of two? I tried creating VF page but they are always in edit mode, not like the desired behavior where the field would only go on edit mode when it is double clicked.
Best Answer chosen by RichardR1
David Zhu 🔥David Zhu 🔥
You may use inline editing attribute. It only applies to some components.

https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_quick_start_inline_editing.htm