You need to sign in to do that
Don't have an account?
Vishal Dedaniya
How to create Ajax enabled Visualforce pages?
Hi All,
I am creating a customize version of new lead page using Visualforce and I want to add Ajax which allows users to edit the field by directly double clicking on it. They do not need to click on "edit" button to re-load the entire page in edit mode..
Please suggest how I should start implementing Ajax with visualforce pages?
Any help in solving this problem would be highly appreciated.
Thank You,
Vishal
I am creating a customize version of new lead page using Visualforce and I want to add Ajax which allows users to edit the field by directly double clicking on it. They do not need to click on "edit" button to re-load the entire page in edit mode..
Please suggest how I should start implementing Ajax with visualforce pages?
Any help in solving this problem would be highly appreciated.
Thank You,
Vishal
You might want to make this a bit more dynamic and 'reusable' for other fields but I guess you get the idea.
Hope this helps,
David
The edit/save buttons would change the outputFields in the Name and Description columns to inputText fields.
When using the method as described above, an entire column is made available for editing. How might I go about setting this up as a row?
Thanks,
Colin
Message Edited by Colin Loretz on 10-12-2008 04:32 PM
Message Edited by Colin Loretz on 10-12-2008 04:32 PM
I took a different approach and put javascript on the page:
Did you ever figure out how to let users save the information after you go to edit mode?
I'm trying to do something very similar and all of the tutorials are based on one object per page, which doesn't help.
Thanks,
Paul