Please, see http://bakery.cakephp.org/articles/view/using-tinymce-with-cakephp, it helped me a lot. In your model, just define the field as text and in the view use $form->input('YourModel/yourfield'). TinyMCE script replace textareas with the editor.
On Wed, May 21, 2008 at 9:06 AM, vishal <[EMAIL PROTECTED]> wrote: > > Hi friends, > I want to bulit a page from my cms, in that I would > like to place a tinymce editor to fill the content that will dispay on > front end after save & publish. > > > I reuest you to please send me few lines of code or help to save the > content in database that will fill in the editor. > > thanks always in advance..!! > > vishal > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" 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 -~----------~----~----~----~------~----~------~--~---
