Home Visual Force Inline Editing in Visualforce page
VISUALFORCE CODE:

   
   
   
   
       
            hideOnEdit=”editButton” event=”ondblclick”
            changedStyleClass=”myBoldClass” resetFunction=”resetInlineEdit”/>
   
   
   
NOTE:
  • Inline editing in Visualforce was introduced with the Spring’11.
  • Enabling inline editing is simple.
  • above example is related with the Contact Standard object.
  • this feature will work with custom objects also.

You may also like

Leave a Comment