You need to sign in to do that
Don't have an account?
vagish
Inline vf page issue
Hi all,
Is there any way to show inline visualforce page in edit mode as well?
Like if I have an object "Recipe", now for recipe preperation steps, I am using inline vf page. Once the steps are enterd, now if that recipe is in edit mode, then inline vf page is not showing.
Thanks in advance!
Unfortunately not. The nearest you can get to this is using inline editing on the detail page.
hi Bob,
For preparation steps, i have generated input type text via java script, how to enable inline editing for these text boxes?
I am talking about inline editing on the main detail page, not in your inline visualforce page.
You can only include visualforce pages in the view page, so if you wanted to allow the capability to edit a record while displaying your VF page, you would need to use inline editing.
Hi All,
I have some code for inline editing in visualforce page. I will post the example code for Contact object. It will work with custom objects as well.
Visualforce page
controller
Try with this.
No more unfortunate for inline editing on visualforce pages :smileyhappy:
If a reply to a post answers your question or resolves your problem, please mark it as the solution to the post so that others may benefit.
Hi Bob,
Can you please let us know If using salesforce app on mobile would load inline VF on save a record...?
If not Is there any workaround there for this?
Thanks in advance
would love your inputs on this..
I have created visualforce page for Account using standard controller. after that i created new page layout for Account then dragged the visualforce page but i am facing a problem that i not getting the fields in the visualforce page to drag the fields.
what is the problem.???
thanks in advance....