Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

SOLVED indivudual css for each htmleditorfield


Go to End


2 Posts   895 Views

Avatar
danzzz

Community Member, 175 Posts

27 June 2012 at 10:39pm

is it possible to get individual css for each htmleditorfield?
currently I use editor.css with "body.mceContentBody" ... but this styles all htmleditorfields with that css.

also tried to:

$test->addExtraClass('extracss');

but the class is not added to the body tag of editorfield ...

<body id="tinymce" class="mceContentBody typography" spellcheck="false" dir="ltr">

any ideas?