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
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to