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]
There is no error, it's simply not working. Any ideas?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---