Updating from 1.2.1 to 1.3 - TinyMCE not working
- Single Page
Posted 03 September 2012 - 18:53 PM
I looked at what is being POSTed and noticed that with ckeditor, a POST is made to validation and then immediately after that returns true a POST is made to update. However, with TinyMCE even though the first POST to validation returns true the update POST is never fired.
The only thing that changes between the two is the value of $config['grocery_crud_default_text_editor'] - when it is "ckeditor" everything works fine, but changing it to "tinymce" causes everything to fail.
Also, I'm not sure if this is related or not, but when changing the value of $config['grocery_crud_text_editor_type'] from "full" to "minimal" for ckeditor, there is a clear difference while nothing seems to happen for TinyMCE.
I would greatly appreciate any insight here, as I would prefer to use TinyMCE as the text editor.
Posted 03 September 2012 - 19:09 PM
/topic/814-jquery-180-and-tinymce-jquery-ui-chosen/#entry3201
Posted 03 September 2012 - 19:50 PM