Re: FCK Editor Integration on cakePHP 1.2

2008-06-12 Thread mbavio
Do it with jQuery plugin. It´s just so easier and cleaner. Cheers, mbavio On Jun 12, 9:37 am, MoeAlexIT <[EMAIL PROTECTED]> wrote: > Dear Bakers, > > i want to integrate FCK Editor with cakePHP > > i readhttp://bakery.cakephp.org/articles/view/using-fckeditor-with-cakephp > > but i got no result

FCK Editor Integration on cakePHP 1.2

2008-06-12 Thread MoeAlexIT
Dear Bakers, i want to integrate FCK Editor with cakePHP i read http://bakery.cakephp.org/articles/view/using-fckeditor-with-cakephp but i got no result. i understand that it needs a helper class and some code in the view if any body have it working plz tell me what is the helper code and wha

Re: FCK editor integration

2006-10-03 Thread ski.nalicio.us
Of course, thanks andru. It is working perfectly now. :o) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this gr

Re: FCK editor integration

2006-10-03 Thread andru
You have to access the data variable using $this->data[] :) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from th

FCK editor integration

2006-10-03 Thread ski.nalicio.us
Hi again. I have been following the tutorial on FCJeditor integration found here: http://wiki.cakephp.org/tutorials:online_editor-fckeditor I have got it to work on the 'add' view but not on the 'edit' view! This is because I can work out how to pass the value across to display in the editor fo