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
newbiewvfdevnewbiewvfdev 

How do you mimic inline edit functionality

Hi there,

 

When you go to a record in salesforce's detail view. and if you double click a field, it will turn into edit mode. How can I implement this in visualforce? What tag am I suppose to use or what attribute do I need to set? Thanks.

 

 

stephanstephan

Inline editing isn't currently supported in the detail component. It is something we hope to eventually support, but not in the near future.

 

...stephan

JimRaeJimRae

If you are talking about emulating the inline edit in a VF page, and not using the detail tag (which is what Stephan was referring to), check out this article about a possible solution:

 

http://blog.sforce.com/sforce/2009/04/an-approach-to-inplace-editing-with-visuaforce.html