Following the setup as on
http://bakery.cakephp.org/articles/view/using-the-ajax-helper-for-inplaceeditor-and-inplacecollectioneditor-fields

but i get the error "Ajax.InPlaceEditor is not a constructor"

Here is my code:
<label for="test"><?php __('Edit Test');?>:</label><div id="test"><?
php echo $user['User']['name'];?></div>




<?php echo $ajax->editor('test','/user/ajax_update/'.$user['User']
['id'],
                array('okButton' => 'false',
                'cancelLink' => 'false',
                'submitOnBlur' => 'true'));
?>

Anyone run into this?

Dave
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to