From 07996f2bb7201ebda631bb95a14cbd39d4c4f94a Mon Sep 17 00:00:00 2001 From: DKaramfilov Date: Mon, 15 Jun 2020 13:48:59 +0300 Subject: [PATCH] Fixed Readme --- RichTextBox/CreateCustomMergeField/Readme.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/RichTextBox/CreateCustomMergeField/Readme.md b/RichTextBox/CreateCustomMergeField/Readme.md index 1a2a26b4..3206bf9c 100644 --- a/RichTextBox/CreateCustomMergeField/Readme.md +++ b/RichTextBox/CreateCustomMergeField/Readme.md @@ -1,4 +1,5 @@ -##Custom Caret## -This example demonstrates how to handle the input in RadRichTextBox. When you inherit RadRichTextBox Caret object and override the appropriate methods, you get a full control of user's input. +##Create Custom Merge Field## + +This example demonstrates how to create a custom merge field. The business object in the example contains a list of products. Our merge field will use this list to create a table with all products. The main part of the code is the __GetResultFragment__ method. In this method you can use the business object to create a content that best suits your requirement. \ No newline at end of file