I want to have a richtext editor in my custom application page.
Can I use the richtext editor bulit-in in SharePoint?
I tried add this code in my aspx but it doesn't render the control but throw a error
<SharePoint:RichTextField ID="DefaultValue" runat="server" ControlMode="New" FieldName="Title"></SharePoint:RichTextField>
Anyone helps?