You need to sign in to do that
Don't have an account?
sapthagiri_186
Inline Edit & Save for Visualforce page layout in Professional Edition
Hi,
I have got Professional edition and have created a VF page(for Detailed Page) using standard controller in Leads section and have override the standard layout. Now is there a possibility to have inline edit (& Save) option available in this VF page by not writing a controller.
Regards
Use something like this
If this post is helpful please throw Kudos.If this post solves your problem kindly mark it as solution.
Thanks
All Answers
There is a <apex:inlineEditSupport> tag that you can use with a number of VF components that will enable in line editing. There is also a inlineEdit attribute for the <apex:detail> component.
Use something like this
If this post is helpful please throw Kudos.If this post solves your problem kindly mark it as solution.
Thanks
Great!! If the post helps you then throw KUDOS by clicking the Star Icon on the left. This will help other users searching for similar problems.
Thanks