I am using RadEditor default mode. Whenever select text and choose styling from dropdown (Paragraph,Heading1, Heading2..), it is not applied to selected text.
Instead html tag is placed around the selected text in RadEditor.
Also, I am extracting dropdown value from xml files. Below is the xml file I am using for binding dropdown:
<? xml version="1.0" encoding="utf-8" ?>
<root>
<para title="<p style='font-family:Geneva,Arial,Helvetica,sans-serif; font-size:12px; color:#666666; line-height:19px;'> Normal </p>" tag="< p >" />
<para title="<h1 style='font-family:Geneva,Arial,Helvetica,sans-serif; font-size:35px; color: #00adec;'> Heading1 </h1>" tag="< h1 >" />
<para title="<h2 style='font-family:Geneva,Arial,Helvetica,sans-serif; font-size:18px; color: #FF6699; line-height:22px;'> Heading2 </h2>" tag="< h2 >" />
<para title="<h3 style='font-family:Geneva,Arial,Helvetica,sans-serif; font-size:25px; color:#00adec;'> Heading3 </h3>" tag="< h3 >" />
<para title="<h4 style='font-family:Geneva,Arial,Helvetica,sans-serif; font-size:18px; font-weight:100; color:#999999; line-height:22px;'> Heading4 </h4>" tag="< h4 >" />
</root>
Please provide solution for this.