Welcome Guest, Not a member yet? Register   Sign In
Can't get Tinymce to work! please help!
#2

[eluser]Unknown[/eluser]
The first thing you need to do is check if tintMCE is loaded, no error in the console is not the same as the plugin is loaded in the console, so:

try to type "typeof tinyMCE" (no quotes) in the console and see if the result is "object", if is not object the editor is not loaded and you have some problem during the rendering process, check you logic and make sure the controller is passing data to the view.

if is object it's just a config problem, you can try for example to change

Code:
mode : "textareas",

and change it to

Code:
selector: "textarea"


Messages In This Thread
Can't get Tinymce to work! please help! - by El Forum - 11-14-2013, 02:00 AM
Can't get Tinymce to work! please help! - by El Forum - 11-14-2013, 03:38 AM



Theme © iAndrew 2016 - Forum software by © MyBB