Tell me more ×
SharePoint Stack Exchange is a question and answer site for SharePoint enthusiasts. It's 100% free, no registration required.

I am developing a web part that is used to open part of the SharePoint page content on a popup window and allows editing the content within Rich Text Editor.

The web part works correctly with MOSS 2007. BUT it doesn’t work with SP 2010. The Rich Text Editor in SP 2010 is totally different. The editor comes as a plain box WITHOUT formatting toolbar which it should be on top.

So, How can I get the normal Rich Text Editor with its formatting toolbar in SP 2010 platform? Could you please provide me the source code?

I have read an entry on: (http://blog.mastykarz.nl/rich-text-editor-control-sharepoint-2010/), But frankly, I am not able to accomplish it. That's why I need a help with the source code.

I would greatly appreciate your inputs !

share|improve this question
Could you provide any more information on what exactly the problem is? – Waldek Mastykarz Nov 3 '10 at 16:31
possible duplicate with a question of mine sharepoint.stackexchange.com/questions/15258/…... Unfortunately, never got an answer. – Steve B Sep 5 '11 at 9:26
We need more information such as the code you are trying to answer your question. Please edit your post and add details as requested by the community. It will be closed for now, but don't worry - once you have improved the question flag a moderator and it can be reopened. See How do I ask questions here? for general guidelines. – Alex Angas Sep 5 '11 at 20:06

closed as not a real question by Alex Angas Sep 5 '11 at 20:06

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

I have not tried myself using 2010 controls, but I root cause may be that 2007 is non-Ajax control; as 2010 RichText editor is Ajax, place the control in UpdatePanel and Check

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.