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
130
Want link text readonly in ultraformatted text editor
posted

Hi, I want ultraformatted text editor in such a way that the link text in that could not be deleted. It should be read only. Only simple text can be deleted. Has anyone faced this kind of issue. Please let me know the solutions. What can be done?

Parents
No Data
Reply
  • 469350
    Offline posted

    Hi,

    I'm not sure I understand what you want. Are you saying that you want some of the text in the UltraFormattedTextEditor to be editable and some of it to be read-only? There's no way to do that.

    If you want the entire thing to be read-only, then that's easy:

    this.ultraFormattedTextEditor1.ReadOnly = true;

Children