Re: Using FCKEditor in a Plugin

2009-06-29 Thread craig.kaminsky
Thanks, so much for that tip, Miles. This is really nice and definitely lighter weight than FCK & Tiny. Appreciate it! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send emai

Re: Using FCKEditor in a Plugin

2009-06-29 Thread Miles J
If you are using jQuery, I highly suggest you use MarkItUp. Its about 90% lighter and easier then Tiny MCE and FCK Edit. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send ema

RE: Using FCKEditor in a Plugin

2009-06-28 Thread Paul
ug-in anyway. HTH, Paul -Original Message- From: cake-php@googlegroups.com [mailto:cake-...@googlegroups.com] On Behalf Of mattalexx Sent: Monday, 29 June 2009 3:00 p.m. To: CakePHP Subject: Re: Using FCKEditor in a Plugin I wish I could figure this one out too. On May 30, 6:09 am, Da

Re: Using FCKEditor in a Plugin

2009-06-28 Thread Miles J
So weird, I was doing the same thing with MarkItUp 2 days ago. The answer I found out is no, you cant link to vendor js/css files. Only vendor css/js in the external vendors folder can be linked, not the app vendor. --~--~-~--~~~---~--~~ You received this message b

Re: Using FCKEditor in a Plugin

2009-06-28 Thread mattalexx
I wish I could figure this one out too. On May 30, 6:09 am, Dashman wrote: > Hi guys > > I wasted my Friday evening and early Saturday morning trying to sort > this one out, but to no avail. > > I have created a plugin to be used as a CMS, the plugin is called > "admin". I have been able to

Using FCKEditor in a Plugin

2009-05-30 Thread Dashman
Hi guys I wasted my Friday evening and early Saturday morning trying to sort this one out, but to no avail. I have created a plugin to be used as a CMS, the plugin is called "admin". I have been able to integrate FCK by placing all the JS (the fckeditor folder) in webroot/js ... Now, I am