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
jarrodmichaeljarrodmichael 

How to do "quick edit" on VF page

I am making our Projects object into the Tabbed look.  However, I've found that when I do that I can no longer double-click on fields to edit them.  Is there anyway to include this in the Visualforce page functionality?  Thanks for any help!

stephanstephan

In line editing is not currently supported for Visualforce pages. It's a pretty popular ask however, and we're considering it. In the mean time, see this post for how you can implement something similar yourself:

 

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

jarrodmichaeljarrodmichael

Great!  I will give that a shot for now.  Thank you!