thedigicraft / Atom.CMS

Atom.CMS
56 stars 50 forks source link

TinyMCE error #191

Open Manjot-Kaur opened 8 years ago

Manjot-Kaur commented 8 years ago

All the code is done as per the videos and TinyMCE is also installed but on refreshing the index.php of admin shows no change

creptor commented 8 years ago

Please try to be more specific. I didn't understand what was your error. If you can try to use images, or post a error from the console 😜.

Manjot-Kaur commented 8 years ago

untitled untitled1

This is the code.But on running it the page still looks like : untitled2

creptor commented 8 years ago

Maybe you're using a different version?

Try using this CDN url (to load tinyMCE) <script src="//cdn.tinymce.com/4/tinymce.min.js"></script>

creptor commented 8 years ago

If it still doesn't work, try it with my settings. (The selector is the same 😋)

tinymce.init({selector:".editor",height:250,plugins:["advlist autolink link image imagetools lists charmap print preview hr anchor pagebreak spellchecker","searchreplace wordcount visualblocks visualchars code fullscreen insertdatetime media nonbreaking","save table contextmenu directionality emoticons template paste textcolor"]});
Manjot-Kaur commented 8 years ago

Thanks...it works :)