You need to include the plugin name:

public $helpers = array('TinyMce.TinyMce', 'Html', 'Form');



On Sat, Jul 7, 2012 at 1:51 PM, David Lozzi <da...@lozzi.net> wrote:
> Hi There,
>
> I've downloaded and installed the TinyMCE plug in for CakePHP.
>
> Briefly, my install went like: put files into app\plugin; enabled
> CakePlugin::loadAll() in config/bootstrap.php; updated my controller like
> public $helpers = array('TinyMce', 'Html', 'Form'); I did get an error at
> this point stating TinyMceHelper didn't exist, so i copied it, and the rest
> of the contents from the plugin/TinyMCE folder to their respective locations
> in my app. That removed errors and my pages load.
>
> When I view source, I see the javascript reference to the tiny_mce.js file,
> and I can download the file from the path, so it's there. My textarea never
> changes to the editor.
>
> Any pointers?
>
> Thanks - David
>
> --
> Our newest site for the community: CakePHP Video Tutorials
> http://tv.cakephp.org
> Check out the new CakePHP Questions site http://ask.cakephp.org and help
> others with their CakePHP related questions.
>
>
> 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

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


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

Reply via email to