November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
Hi Marc
Linus Ekstöm has written a little about it here: http://world.episerver.com/Blogs/Linus-Ekstrom/Dates/2011/3/Improvements-in-TinyMCE-in-EPiServer-CMS-6-R2/
-Claus
Hi,
Yes you could do so. You can also change the path in episerver.config, the settings is called uiEditorCssPaths. You can also have an dynamic property and name it EditorCssPaths (I guess).
In your css you can decorate each style rule so it appears in the drop-down.
p.red{
EditMenuTitle: Paragraphs;
EditMenuName: Red text;
font-color:red;
}
Hello EPiServer.
Would appreciate a list of easy to follow, step by step instructions on how to get styles to appear in the drop down mode found in the TinyMCE editor?
Is it just a case of amending the area in the admin -> config -> system settings -> editor so that it points at a relevant stylesheet, and it will just read through the styles on this stylesheet, and populate the box??
Many Thanks.
Marc.