We have the RadEditor being used on our SharePoint 2010 site and have a bit of an anomaly with the behaviour of it on the Wiki Pages, initially we didn't have it activated on any of the wiki pages but had a 3rd party piece of software utilise it which 'wraps' it within its own solution. The actual feature is not activated against the site collection at all but the web part of the 3rd party software has a content editor which utilises the RadEditor. So somehow it has been somewhat activated against the wiki pages of the site collection and this is interfering with some functionality that the users have been using such as the test layout etc.
We have tried activiating and deactivating the RadEditor feature(s) of the subsites where this is happening but neither seems to be able to remove the RadEditor from the wiki page in edit mode.
Is there someway to force deactivate it from a particular subsite or page?
The 3rd party product has used various versions of the RadEditor I believe and the safecontrols loaded in the web.config file are as follows:
We have tried activiating and deactivating the RadEditor feature(s) of the subsites where this is happening but neither seems to be able to remove the RadEditor from the wiki page in edit mode.
Is there someway to force deactivate it from a particular subsite or page?
The 3rd party product has used various versions of the RadEditor I believe and the safecontrols loaded in the web.config file are as follows:
<
SafeControl
Assembly
=
"Telerik.Web.UI, Version=2011.3.1305.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4"
Namespace
=
"Telerik.Web.UI"
TypeName
=
"*"
Safe
=
"True"
SafeAgainstScript
=
"False"
/>
<
SafeControl
Assembly
=
"Telerik.Web.UI, Version=2011.3.1305.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4"
Namespace
=
"Telerik.Web.UI.Editor"
TypeName
=
"*"
Safe
=
"True"
SafeAgainstScript
=
"False"
/>
<
SafeControl
Assembly
=
"Telerik.Web.UI, Version=2011.3.1305.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4"
Namespace
=
"Telerik.Web.UI.Widgets"
TypeName
=
"*"
Safe
=
"True"
SafeAgainstScript
=
"False"
/>
<
SafeControl
Assembly
=
"Telerik.Web.UI, Version=2011.3.1305.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4"
Namespace
=
"Telerik.Web.Design"
TypeName
=
"*"
Safe
=
"True"
SafeAgainstScript
=
"False"
/>
<
SafeControl
Assembly
=
"Telerik.Web.UI.Skins, Version=2011.3.1305.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4"
Namespace
=
"Telerik.Web.UI"
TypeName
=
"*"
Safe
=
"True"
SafeAgainstScript
=
"False"
/>
<
SafeControl
Assembly
=
"RadEditorSharePoint, Version=6.2.1.0, Culture=neutral, PublicKeyToken=1f131a624888eeed"
Namespace
=
"Telerik.SharePoint"
TypeName
=
"*"
Safe
=
"True"
SafeAgainstScript
=
"False"
/>
<
SafeControl
Assembly
=
"RadEditorSharePoint, Version=6.2.1.0, Culture=neutral, PublicKeyToken=1f131a624888eeed"
Namespace
=
"Telerik.SharePoint.FieldEditor"
TypeName
=
"*"
Safe
=
"True"
SafeAgainstScript
=
"False"
/>
<
SafeControl
Assembly
=
"RadEditorSharePoint, Version=6.2.1.0, Culture=neutral, PublicKeyToken=1f131a624888eeed"
Namespace
=
"Telerik.SharePoint.ListFieldEditor"
TypeName
=
"*"
Safe
=
"True"
SafeAgainstScript
=
"False"
/>
<
SafeControl
Assembly
=
"Telerik.Ajax.SharePoint, Version=2011.3.1305.35, Culture=neutral, PublicKeyToken=aa9e5f693af67c7b"
Namespace
=
"Telerik.Ajax.SharePoint"
TypeName
=
"*"
Safe
=
"True"
SafeAgainstScript
=
"False"
/>
<
SafeControl
Assembly
=
"RadEditorSharePoint, Version=5.6.1.0, Culture=neutral, PublicKeyToken=1f131a624888eeed"
Namespace
=
"Telerik.SharePoint.FieldEditor"
TypeName
=
"*"
Safe
=
"True"
SafeAgainstScript
=
"False"
/>
<
SafeControl
Assembly
=
"RadEditorSharePoint, Version=5.6.1.0, Culture=neutral, PublicKeyToken=1f131a624888eeed"
Namespace
=
"Telerik.SharePoint.ListFieldEditor"
TypeName
=
"*"
Safe
=
"True"
SafeAgainstScript
=
"False"
/>
<
SafeControl
Assembly
=
"RadEditorSharePoint, Version=5.6.1.0, Culture=neutral, PublicKeyToken=1f131a624888eeed"
Namespace
=
"Telerik.SharePoint"
TypeName
=
"*"
Safe
=
"True"
SafeAgainstScript
=
"False"
/>
<
SafeControl
Assembly
=
"RadEditorSharePoint, Version=6.0.0.0, Culture=neutral, PublicKeyToken=1f131a624888eeed"
Namespace
=
"Telerik.SharePoint.FieldEditor"
TypeName
=
"*"
Safe
=
"True"
SafeAgainstScript
=
"False"
/>
<
SafeControl
Assembly
=
"RadEditorSharePoint, Version=6.0.0.0, Culture=neutral, PublicKeyToken=1f131a624888eeed"
Namespace
=
"Telerik.SharePoint.ListFieldEditor"
TypeName
=
"*"
Safe
=
"True"
SafeAgainstScript
=
"False"
/>
<
SafeControl
Assembly
=
"RadEditorSharePoint, Version=6.0.0.0, Culture=neutral, PublicKeyToken=1f131a624888eeed"
Namespace
=
"Telerik.SharePoint"
TypeName
=
"*"
Safe
=
"True"
SafeAgainstScript
=
"False"
/>
<
SafeControl
Assembly
=
"RadEditorSharePoint, Version=6.1.7.0, Culture=neutral, PublicKeyToken=1f131a624888eeed"
Namespace
=
"Telerik.SharePoint.FieldEditor"
TypeName
=
"*"
Safe
=
"True"
SafeAgainstScript
=
"False"
/>
<
SafeControl
Assembly
=
"RadEditorSharePoint, Version=6.1.7.0, Culture=neutral, PublicKeyToken=1f131a624888eeed"
Namespace
=
"Telerik.SharePoint.ListFieldEditor"
TypeName
=
"*"
Safe
=
"True"
SafeAgainstScript
=
"False"
/>
<
SafeControl
Assembly
=
"RadEditorSharePoint, Version=6.1.7.0, Culture=neutral, PublicKeyToken=1f131a624888eeed"
Namespace
=
"Telerik.SharePoint"
TypeName
=
"*"
Safe
=
"True"
SafeAgainstScript
=
"False"
/>