Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
I solved it like this:
http://world.episerver.com/forum/developer-forum/-Episerver-75-CMS/Thread-Container/2016/9/tinymce-plugin-get-url-to-correct-tiny_mce_popup.js/?pageIndex=1#reply
Im trying to get a TinyMCE plugin to work on Episerver 7.8.2.0.
My plugin needs to open up a popup for user input, so the popup html needs to load tiny_mce_popup.js.
This file is loaded from /util/Editor/tinymce/tiny_mce_popup.js and it gives a JS error ("Uncaught TypeError: undefined is not a function) from this line:
However I noticed that the built-in TinyMCE plugins use a different tiny_mce_popup.js - loaded from a different location: /episerver/CMS/7.8.2.0/ClientResources/Editor/tiny_mce/tiny_mce_popup.js
I cannot point my popup to this file as it would stop working as soon as episerver is updated, does anyone know why these files are different, is this a bug in episerver?