Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
460
about UltraFormattedTextEditor
posted

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.

Parents
  • 469350
    Suggested Answer
    Offline posted

    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

Reply Children
No Data