Hi guys,
I have two questions regarding the editor.
1. The "Apply Css class" dropdown has endless css classes from various css files used in the project it seems. They aren't useful for the regular user who is using the editor, so I want to get rid of them.
Something like this has no effect: editor.CssFiles.Clear()
2. I have specified a ContentAreaCssFile for the editor. It has the background property of the body set to white. Which works fine, until you enter preview mode. Then the editor defaults back to the body colour of the page instead, in this case, not the same colour. How would I go about overriding this behaviour?
Regards,
-DJ-
I have two questions regarding the editor.
1. The "Apply Css class" dropdown has endless css classes from various css files used in the project it seems. They aren't useful for the regular user who is using the editor, so I want to get rid of them.
Something like this has no effect: editor.CssFiles.Clear()
2. I have specified a ContentAreaCssFile for the editor. It has the background property of the body set to white. Which works fine, until you enter preview mode. Then the editor defaults back to the body colour of the page instead, in this case, not the same colour. How would I go about overriding this behaviour?
Regards,
-DJ-