Hi I triying to work with TinyMCE version 3.4.9 in Cakephp 1.3.14 i see many tutorials and some plugins but it dont work anyone can give some hand to puth this to work i appreciate it very much ^_^
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Place the tinyMCE directory with all of it contents in the javascript directory of cakePHP, located in the webroot (app/webroot/js).
Now, include tinyMCE in your layout:
After you’ve done this, you need to initialize tinyMCE, there are various ways of doing this, but an example would be:
Which you could also place in your layout. Visit the tinyMCE website for more details concerning what you could initialize.
With this code all your textarea’s will turn in tinyMCE fields. Although this question is poorly formulated and lacks any research effort, I hope this will help most Googlers who come across this post.