-4

I am using cakephp 2.3 version. I tried to get tinymce editor by reference of Helper TinyMCE for CakePHP 2 [http://bakery.cakephp.org/articles/galitul/2012/04/11/helper_tinymce_for_cakephp_2].

At the end

Error: The application is trying to load a file from the jquery-1 plugin

is showing. I cound solve this error. Please help me to solve this error.

Thanks in advance.

4

1 回答 1

2

You really shouldn't need a plugin for this as TinyMCE is a plugin. Just include TinyMCE in your template and in your JavaScript attach it to textareas that require the editor. I do this using the jQuery version of TinyMCE and attach it to any textarea with the class "wysiwyg" (which I add to the relevant form elements.

于 2013-02-12T12:37:27.233 回答