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.
Solved! Go to Solution.
Views
Replies
Total Likes
You can use the link icon for hyperlinking.
Here the concept of the anchor tag is placeholder hyperlink. To jump to a location within a page.
Here is the helpx article with package to do testing:- Configuring Experience Manager Rich Text Editor Plugins in a Touch UI Component Dialog
~kautuk
Views
Replies
Total Likes
You can use the link icon for hyperlinking.
Here the concept of the anchor tag is placeholder hyperlink. To jump to a location within a page.
Here is the helpx article with package to do testing:- Configuring Experience Manager Rich Text Editor Plugins in a Touch UI Component Dialog
~kautuk
Views
Replies
Total Likes
Thanks Kautuk.
I was confused between link and anchor.
Its resolved now.
Views
Replies
Total Likes