636
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.
previous post