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
>