This is a migrated thread and some comments may be shown as answers.

Default Moss Control also visible

3 Answers 43 Views
Sharepoint Integration
This is a migrated thread and some comments may be shown as answers.
Bas de Beer
Top achievements
Rank 1
Bas de Beer asked on 11 Jan 2010, 02:30 PM
Hi,

We are using Radeditor 5.0 in our SharePoint site.

We have created a webpart that renders editable fields based upon a list.
One of the fields in this list is of the "Publishing HTML" type.
When this field is rendered, the radeditor is shown as expected.
However, the default SharePoint editor is also still visible abov the radeditor.

Does anybody have any suggestions?

Regards,
Sebastian

3 Answers, 1 is accepted

Sort by
0
Stanimir
Telerik team
answered on 12 Jan 2010, 09:32 AM
Hi Bas de Beer,
In order to help you further I will need some additional information. Could you provide me with the code where you add the MOSSRadEditor contorl in your custom webpart and also the code of the "Publishing HTML" type field. In addition a screen shot where I can see the behavior will be helpful as well.

Best wishes,
Stanimir
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Bas de Beer
Top achievements
Rank 1
answered on 14 Jan 2010, 11:08 AM

Hi,

 

The field is created as follows

 

<Field

    Type="HTML"

    DisplayName="Tekstveld"

    RichText="TRUE"

    RichTextMode="FullHtml"

    Description="Rad-editor tekstveld"

    Required="FALSE"

    Group="ProRail Columns"

    ID="{d167347e-423e-477f-a961-432dc3357163}"

    Name="Tekstveld"  />

 

In the webpart we loop through the fields of the contenttype and render the controls.

No specific code is used for the radeditor. It will render a richhtmlfield.

The radeditor is applied as expected, but the originalEditorContainer control remains visible as well.

You can find a screenshot attached.

 

 

 Thanks again for your help.

 

Regards,

 

Bas de Beer

0
Stanimir
Telerik team
answered on 14 Jan 2010, 03:58 PM
Hi Bas de Beer,
The solution for this issue is upgrading to a newer version of the control. I reviewed the release notes of the latest version of RadEditor for MOSS and I can tell that the fix is introduced in RadEditor for MOSS 5.01.

Here you can find upgrade instructions http://www.telerik.com/help/aspnet-ajax/upgrade_to_a_newer_version_of_radeditor_for_moss.html.

All the best,
Stanimir
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Sharepoint Integration
Asked by
Bas de Beer
Top achievements
Rank 1
Answers by
Stanimir
Telerik team
Bas de Beer
Top achievements
Rank 1
Share this question
or