> Has anyone successfully integrated tinymce with CakePHP?
>
> I'm putting tiny_mce.js in webroot/js/ and my layout is
> written up like
> this:
>
> [code]
> <script language="javascript" type="text/javascript"
> src="/js/tiny_mce.js"></script>
> <script language="javascript" type="text/javascript">
> tinyMCE.init({
> mode : "textareas",
> theme : "simple"
> });
> </script>
> [/code]
I was able to do this. I think you are missing a view heirarchy levels.
My setup:
/js/tinymce/jscripts/tiny_mce/tiny_mce.js
I think that was all I needed.
--
Regards,
Ryan Ginstrom
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" 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
-~----------~----~----~----~------~----~------~--~---