tinyMCE concrete5 Version 5.6.2.1
Permalink
Hello everyone,
I have been struggling with this for quite some time now.. I cant seem to get tinyMCE to work in my package. I just use the version from tinyMCE site(i have tried both versions now available, 4.0.12 and 3.5.10). But when i try to add the tinymce to my code it gives the following error(in chrome):. Which points to a constructor like: (in version 3.5.10) G.theme = new P(); and in version 4.0.12 it is : t.theme=new l(...);
What am i doing wrong? The textarea's arent showing up. In firefox i get the errors: (3.5.10)TypeError: P is not a constructor and (4.0.12)TypeError: l is not a constructor
When using outside concrete5 with same settings it works.
Even using the tinymce which is located in concrete5 core js(which i believe is version 3.4.6) is not working (im using concrete5 version 5.6.2.1)
My tinyMCE init:
Thanks in advance for all help!
I have been struggling with this for quite some time now.. I cant seem to get tinyMCE to work in my package. I just use the version from tinyMCE site(i have tried both versions now available, 4.0.12 and 3.5.10). But when i try to add the tinymce to my code it gives the following error(in chrome):
Uncaught TypeError: undefined is not a function
What am i doing wrong? The textarea's arent showing up. In firefox i get the errors: (3.5.10)TypeError: P is not a constructor and (4.0.12)TypeError: l is not a constructor
When using outside concrete5 with same settings it works.
Even using the tinymce which is located in concrete5 core js(which i believe is version 3.4.6) is not working (im using concrete5 version 5.6.2.1)
My tinyMCE init:
<script type="text/javascript"> tinyMCE.init({ // General options mode : "textareas", //theme : "advanced", // plugins : "pagebreak,style,layer,table,save,advhr,advimage,advlink,emotions,iespell,inlinepopups,insertdatetime,preview,media,searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,template", // Theme options theme_advanced_buttons1 : "save,newdocument,|,bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,|,styleselect,formatselect,fontselect,fontsizeselect", theme_advanced_buttons2 : "cut,copy,paste,pastetext,pasteword,|,search,replace,|,bullist,numlist,|,outdent,indent,blockquote,|,undo,redo,|,link,unlink,anchor,image,cleanup,help,code,|,insertdate,inserttime,preview,|,forecolor,backcolor", theme_advanced_buttons3 : "tablecontrols,|,hr,removeformat,visualaid,|,sub,sup,|,charmap,emotions,iespell,media,advhr,|,print,|,ltr,rtl,|,fullscreen", theme_advanced_buttons4 : "insertlayer,moveforward,movebackward,absolute,|,styleprops,|,cite,abbr,acronym,del,ins,attribs,|,visualchars,nonbreaking,template,pagebreak", theme_advanced_toolbar_location : "top", theme_advanced_toolbar_align : "left", theme_advanced_statusbar_location : "bottom", theme_advanced_resizing : true,
Viewing 15 lines of 24 lines. View entire code block.
Thanks in advance for all help!

Hi. Why do you want to use another version of TinyMCE instead of the version which comes with concrete5?
Hi, because i cant seem to let the tinyMCE which comes with concrete5 to work. The problem occurs in a single page inside a package, is the tinyMCE enabled by default in that "situation"? If so what could be wrong? If not how to solve it? (It is a single page inside the dashboard)
I'm not very familiar with block creating and especially activating tinymce. But single pages can contain blocks! So I think you can use tinymce there, too.
When I was you, I would for sure only try to work with the buildin version. Think that's the easier way to go.
I bought some eBooks about concrete (http://www.packtpub.com/search?keys=concrete5) for only some bucks. There's a lot of stuff in when I only have had time... Perhaps you give it a try. Or check the documentation here on the site.
Perhaps there's an information for you in the official concrete5 youtube channel about application development or something like that.
When I was you, I would for sure only try to work with the buildin version. Think that's the easier way to go.
I bought some eBooks about concrete (http://www.packtpub.com/search?keys=concrete5) for only some bucks. There's a lot of stuff in when I only have had time... Perhaps you give it a try. Or check the documentation here on the site.
Perhaps there's an information for you in the official concrete5 youtube channel about application development or something like that.