So inside the link.html there is a class dropdown but this is not shown. How can i show this in TinyMCE and let the user choose one class for the link (<a> tag)?
Is where you probably need to start. The customised umbraco version has the styles box that you would get by default with TinyMce removed.
However it is a bit more involved as that will only add a styles drop down of all your styles in the associated css file for the tinymce editor and not styles that you have set in the umbraco stylesheet create proceedure.
TinyMCE css class dorpdown for links
Hello,
How can i add the css styles dropdown also to the "insert link" popup.
I need this to add a lightbox class which opens the URL in a lightbox
Thanks
So inside the link.html there is a class dropdown but this is not shown. How can i show this in TinyMCE and let the user choose one class for the link (<a> tag)?
umbraco\plugins\tinymce3\insertLink.htm
Is where you probably need to start. The customised umbraco version has the styles box that you would get by default with TinyMce removed.
However it is a bit more involved as that will only add a styles drop down of all your styles in the associated css file for the tinymce editor and not styles that you have set in the umbraco stylesheet create proceedure.
But why is this removed? Is there no setting to get this work?
is working on a reply...