Hi,
I need to show text and links in UltraFormattedTextEditor and I got a few problem using this control.
(1) How to set tooltip to each links in UltraFormattedTextEditor?
(2) How to activate a link in UltraFormattedTextEditor without pressing CTRL button?
Many thanks.
thanks so much Mike.
Eric said:(1) How to set tooltip to each links in UltraFormattedTextEditor?
Use a title tag:
<a title="ToolTip" href="http://www.yahoo.com">yahoo</a>
Eric said:(2) How to activate a link in UltraFormattedTextEditor without pressing CTRL button?
I don't think you can. If the control is editable, then a click places the cursor and does not fire the link.
You might want to Submit a feature request to Infragistics