Hi All,
I am using touch UI RTE in my project. I have a requirement where i need anchor tag.
It is enabled properly and showing anchor icon as well in dialog mode. But when it is rendered, its adding "id" attribute to <a> tag rather than "href".
Following is the heirarchy getting generated from RTE:
<p>
some text<a id="click here"></a>
</p>
Because of this, the anchor tag is not getting rendered properly.
Please help.