search
AI OnAI Off
So easy! If you in Edit view, please try this:
require(["tinymce/tiny_mce_src"], lang.hitch(this, function () {
console.log("EPiServer's TinyMCE version: ", tinymce.majorVersion + '.' + tinymce.minorVersion);
}));
Hope that help!
// Ha Bui
Thanks for your fast reply, Ha Bui.
I tried to run this script in the console, but no luck. I received the following error message:
ReferenceError: lang is not defined
Do you know what I need to do here? Am I trying to run the script at the wrong spot?
I tried to run this script in the Alloy Site by creating a new page, then opening my console and then run the script. No luck so far.
I would post a image if I could, but I can't really see an option for that.
// Anders
Hello again.
I tried to only run this part of the script:
console.log(tinyMCE.majorVersion + '.' + tinyMCE.minorVersion);
This worked like a charm. It look like it's running version 3.5.8.
Thanks for the help!
// Anders
Hi.
How can I find what version of TinyMCE EPiServer 7.5 CMS is using?
// Anders