<p>Hi,</p>
<p>You can do it from a typed property setting, please see <a href="/Blogs/Linus-Ekstrom/Dates/2014/10/typed-property-settings/">http://world.episerver.com/Blogs/Linus-Ekstrom/Dates/2014/10/typed-property-settings/</a>.</p>
<p></p>
<p></p>
<p>Ok thank you.</p>
<p>Another question, how do I get rid of those default styles and titles (epi-xxx)? I use a custom css but my styles are appended after all epi styles for table editing, and on some xhtml editors there is a blank title "stilar" and then my "stilar". I think this is not good from the editors stand point, it does not look so good.</p>
<p></p>
Hi!
Is it possible to set a tiny mce css file from code? Like this:
[UIEditorCssPaths="~/path/to/styles.css"]
public virtual XhtmlString MainBody { get; set; }
Thanks!