I trying to make an function as set a "cut off point" i the RadEditor's content area.
The purpose is that only the content above that point will be display on the homepage.
I have se that function in wordpress <!--more--> tag.
I have make an custom tool in the RadEditor.
The tool place the <!--more--> tag in the content. (html view)
I will like to change the tag to an image in design view.
Best regards
Rune
0
Dobromir
Telerik team
answered on 29 Nov 2010, 01:57 PM
Hi Rune,
To achieve the required functionality you need to implement custom content filter to modify the content to match the required output. You can find more information and an example of how to implement custom content filter to RadEditor in the following Live Demo and help article: Editor / Custom Content Filters Content Filters