You usually have 2 elements... One the form, the other the text and
just toggle between them.
When the ajax is fired through the form, update the 2 elements.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"CakePHP"
How do you set up a "click to edit" on a page? Idea is that a USER can
see his information, but when he clicks "click to edit" button the
page changes into a form where he can save his data with ajax and then
"saving." page now shows his newly updated data?