Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

TinyMCE V2 Table not showing in toolbar "OTS parsing error: name: failed to parse table"

Vote:
 

I've been trying to add the table toolbar to my TinyMCE and not having any luck.  Just checked Chrome Dev Tools for a possible error and noticed the "OTS parsing error: name: faled to parse table" message.  I assume this is related to TinyMCE.  I'm trying to recall how to bring up the modules loaded for TinyMCE using Chrome Dev Tools console, but can't recall.  

Thanks,

Tim

#223748
Jun 03, 2020 15:16
Vote:
 

Solved it.  Needed to add it to the .AddPlugin("... table") method.  Every example online showed it as adding it as .Toolbar("... table").

#223751
Jun 03, 2020 15:45
Vote:
 

You need to .AddPlugin() to make the plugin available. Then you can add it to the .Toolbar() or add it to the menu with .RawSettings().

Refer to https://www.tinymce.com/docs/advanced/editor-control-identifiers/#toolbarcontrols to see what buttons/functions require what plugins. Core is included by default.

Refer to https://world.episerver.com/documentation/developer-guides/CMS/add-ons/customizing-the-tinymce-editor-v2/ on configuration in Episerver.

#223782
Edited, Jun 04, 2020 7:54
Vote:
 

Thanks for the clarification!

#223791
Jun 04, 2020 13:23
This topic was created over six months ago and has been resolved. If you have a similar question, please create a new topic and refer to this one.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.