Hi Team,
I am using jdev 12.2.1.4.0. I have some content in RichTextEditor component. It will be having Hyperlink (just like www.oracle.com) . When I click the hyperlink the link .It has to open in a separate Tab . In my scenario the data will be generated from the DB so I have tried by adding the property href to the value of the db.But it's not working.How do I make it open in a separate Tab and link clickable ?
the below is the sample is which i have in my db column for displaying the data ,at last i have added href and target properties. But it is not working i'm unable to click the contents in Richtext editor
<p><font color="#ff0000">Testing link</font> - Test Rich Text Editor Link<font color="#ff0000">TEST </font>test data.</p><p>test data</p><ol><li>test data "<font color="#0000ff">TEST</font>" test data.</li><li><font color="#0000ff">test data </font>TEST & test.</li><li>Test "<font color="#0000ff">Test</font>"test.</li></ol><a href="https://https://www.oracle.com//" target="_blank">Visit Oracle!</a>
when enters some text and selects the entered text and clicks on Add link in Rich text editor component and gives the url value and clicked on save. The newly added url link has to be clickable and open in a separate tab. It's not working .please provide me a solution.
Attached the snippet. I'm unable to click the visit Oracle
