In tinymce 3, it seems that we can do this with : What is the syntax in tinymce 4 ? Need to do it after tinymce initialized. UPDATE : I tried (still don’t work) Answer This works :
Tag: tinymce
Automatically convert two dashes into an — in TinyMCE
I’m looking for a TinyMCE plugin or other custom solution which will convert — into — automatically. Ideally the solution would not require processing the entire TinyMCE contents on every keyPress/keyUp event, but instead only check when the user has either cut, pasted, or typed -. Right now I’m using something like the following, and it’s a little slow when
How do I remove tinyMCE and then re-add it?
I am trying to add the tinyMCE editor to my page, remove it, then add it again but am getting errors. When I run Part A, then Part B, Than Part A again I get the error: Part A Part B Edit: Below is the full JavaScript function. The first time through it opens the dialog and works, the contents