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
To answer my own question:
ButtonName = "HTML+"
was the issue, removing the '+' symbol resolved this issue.
I'm trying to get the improved code plugin to work on episerver 10.8.0. I can see the js file for the code show up in the dev tools when the editor is up, but the button isn't there.
The changes shown here in this thread were applied and the button still doesn't show up.
Project:
Admin:
Editor:
Chrome Dev Tools:
improvedCodePlugin.cs
[TinyMCEPluginButton( PlugInName = "improvedcode", ButtonName = "HTML+", GroupName = "misc", IconUrl = "Editor/tinymce/plugins/improvedcode/img/htmlplus.gif", EditorInitConfigurationOptions = @"{ improvedcode_options : { height: 580 ,indentUnit: 4 ,tabSize: 4 ,lineNumbers: true ,autoIndent: true ,theme: 'monokai' } }" )] public class improvedcodePlugin { }