We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

RichText Editor not showing up

I am not having any luck getting the richtext editor to show in an mvc 2 rtm application.

I followed the steps in this article.
http://help.syncfusion.com/ug_73/ToolsMVC/ToolsDeployment.html

I added the editor to the about page


About



Put content here.


<%=Html.RichTextEditor("RichTextEditor1")%>

and added this code to the controller

public ActionResult About()
{
RichTextEditorModel richTextEditorModel = new RichTextEditorModel();

richTextEditorModel.Skin = RTESkin.Office2007Blue;
ViewData["RichTextEditor1"] = richTextEditorModel;
return View();
}

When I run it I do not see the editor. I attached the project for your review




MvcApplication1_dc225ace.zip

3 Replies

PK Prem Kumar D Syncfusion Team March 15, 2010 02:16 PM UTC

Hi Ken Tucker,

Thanks for your interest in Syncfusion products.
We noticed that you are using Html.RegisterClientMvcResourceManager() in the Site.Master file. This has been changed to Html.RegisterStaticResources().

The code snippet is given below for your reference:

-----------------
-----------------
-----------------
<%=Html.RegisterStaticResources() %>


You are referring to the old documentation link. Please refer to the new documentation link specified below for more details on the same.

http://help.syncfusion.com/ug_81/ASP.NETMVCUI_Tools/ToolsDeployment.html

And for Tools.MVC documentation link :
http://help.syncfusion.com/ug_81/ASP.NETMVCUI_Tools/defaultMVC.html

Let me know if you have any queries.

Best Regards,
Premkumar D


KT Ken Tucker March 15, 2010 03:49 PM UTC

Thanks. That fixed it


PK Prem Kumar D Syncfusion Team March 17, 2010 05:49 AM UTC

Hi Ken Tucker,

We are glad to hear that your issue is resolved.Please do not hesitate to get back to us for any further assistance.

Best Regards,
Premkumar D

Loader.
Live Chat Icon For mobile
Up arrow icon