It's easily done using cake!
Just put all content you want to be replaced in a div, and use
ajax.updater to replace it with the edit view (forms fields).
Something like this:
<?php echo $ajax->link("edit this", "/content/edit", array('update' =>
"mydiv"),null,false); ?>
<div id="mydiv">your content here</div>
This should do the trick!
Gerben.
On 28 apr, 14:28, "robert.fulcher" <[EMAIL PROTECTED]> wrote:
> I want to build a page that will be a view and in place editing. Is
> this possible. I have individual in place editors but want to do a
> whole page with an autocomplete.
>
> 1. Is this possible?
> 2. Is there another way?
> 3. Is there any examples or resources?
>
> Thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---