Adding custom dropdown menu to tinyMCE and insert dynamic contents
问题 I've added some codes to add a dropdown menu to TinyMCE , as you can run the snippet it works great, but there is a problem in inserting the content into the editor. tempGroups and temp variables would be created in the back-end so it is impossible to use them statically. So I wrote the code below to insert content of each item into editor on selecting each item. But the problem is with selecting any item, it inserts the last content value : <p>Content44</p> for simplification I've changed