In TinyMCE, when a user clicks the link button, a popup window appears prompting for link information. One of the fields in this popup is for css “Class”.
How can you clear this list? I saw there is a plugin setting for the advlink which allows you to provide a list of css classes, but I don’t want to use advlink as I don’t want the popup and other tabs in the link window.
If you remove the
content_css : "/css/mycss.css"line in your TinyMCE configuration, the Class dropdown won’t appear in the link popup since it won’t be aware of what styles are present in your site’s CSS anymore.Hope that helps!