Re: CKEditor and model validation

2013-04-15 Thread angel reyes
Thanks it works. On Sunday, April 14, 2013 12:54:42 PM UTC-7, frederikjacques wrote: > > Hi Chris, > > I've written a blog post about this issue with sample code. > You can read it here > http://blog.the-nerd.be/2013/04/add-ckeditor-to-cakephp-with-model-validation/ > > Cheers, > Frederik > > On

Re: How to use tinymce plugin?

2013-04-12 Thread angel reyes
I tried your steps, it shows the editor but when i tried to submit the form it fails. here is my code: Form->create('try'); echo $this->Form->input('title'); echo $this->Html->script('ckeditor/ckeditor'); echo $this->Form->textarea('body', array('class'=>'ckeditor')); echo $this