Hi,
I have one custom button, if i click my custom button i want to
change the editor's Normal mode into HTML mode,
over my HTML Mode, i need to insert some XML tags like the below one:
<address>xyz company</address>
if i submit then the 'xyz company' should get displayed on my Normal mode, but in the HTML mode i still want the XML tags to get stored as <address><xyz company </address>
is it possible?
if yes, how to write make this?
give coding idea
Regards,
Anbaz.