Re: $ajax->editor help

2009-05-24 Thread double07
Works like a charm, thank you for suggesting that link. I might put a comment in the manual as it doesn't seem to mention: $this->params['form']['value'] --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP" grou

Re: $ajax->editor help

2009-05-22 Thread Teh Treag
double07, This article discusses exactly what you need - http://bakery.cakephp.org/articles/view/using-the-ajax-helper-for-inplaceeditor-and-inplacecollectioneditor-fields Pay close attention, when Paul goes over ajax_update. That's the action that will the posted form data. -teh On May 21,

$ajax->editor help

2009-05-21 Thread double07
Hi All, I'm currently working on a comments section of my site and I'm trying to allow the comments to be edited via an ajax edit-in-place field. I can't work out how the data is passed to the controller though and also how to access that data in the controller... In my controller I have: funct