Hi,
We tried following css in the EditorCssFile but it is not working in the editor rendering.
1. Child selector (first descendant).
.rb-inner-small > div .rb-text-small strong{font-size:12px}
2. Pseudo class
div[class^="r-header-small"]{position: relative; width:207px; height:134px}
Is it supported in the editor or there is other way to do this?
Thanks.
We've created an extended version of the RadEditor to use locally. What we need to do is set the values for the dictionarypath to a single path that all instances of the control will use. We also need to disable the custom dictionary in the global version, but allow local versions to override in the markup.
We aren't using the markup interface in the extended version, so I can't set any values under <telerik:RadEditor/>. I'm working in C#. What I'm trying to do to start with looks like this:
public ExtendedRadEditor() : base()
{
base.SpellCheckSettings.AllowAddCustom = false;
base.SpellCheckSettings.SpellCheckProvider = SpellCheckProvider.TelerikProvider;
base.SpellCheckSettings.DictionaryPath = System.Web.HttpContext.Current.Server.MapPath("~/Embed/TDF");
}
<
span
class
=
"ms-rtestate-read ms-reusableTextView"
id
=
"__publishingReusableFragment"
>
Copyright© 2012 XXX - All
Rights Reserved
</
span
>
<
span
id
=
"__publishingReusableFragment"
></
span
>