Is it possible to add a place holder tag to a rich text document? As for example, it might look like this
<t:section>
<t:paragraph>
</t:paragraph>
<custom:Placeholder />
<t:paragraph>
</t:paragraph>
</t:section>
And in this case, telerik will just ignore the place holder tag and load the document ignoring them. All the document operation will be performed ignoring the place holder tag.
This is kind of feature or behaviour available or possible?
<t:section>
<t:paragraph>
</t:paragraph>
<custom:Placeholder />
<t:paragraph>
</t:paragraph>
</t:section>
And in this case, telerik will just ignore the place holder tag and load the document ignoring them. All the document operation will be performed ignoring the place holder tag.
This is kind of feature or behaviour available or possible?