We like to use the Rich Text Editor as a text editor for our SharePoint platform.
We want to implement the RTE as the main content editor for our content pages.
We have added the RTE as a column to a content type, and the content type is used for a list, so far so good. However we want the RTE as the content editor on a content page, a page layout. When we add the RTE as described on the website [Integrate RTE with SharePoint 2010 as Rich Text Field] , we can add it to a page layout [<RTE:Editor id="Editor1" Text="Type here" runat="server" />] with the property “FieldName” set to the fieldname of the RTE editor to bind the content of that page.
However, the control has no property “Fieldname” and RTE has no interaction with the View and Edit mode of a page.
Can anyone please provide a solution for our problem?