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
15
igHtmlEditor Line Return
posted

Is there any way to handle a line return in the igHtmlEditor controler?

My users want to be able to use a 'return' to format their text.

Parents
No Data
Reply
  • 2180
    Offline posted

    Hello Lauren,

    You can check the following samples demonstrating the igHTMLEditor functionality: https://www.igniteui.com/html-editor/overview

    In case you visualize an HTML content in the editor, the control renders standard HTML code and you can use the <br> HTML tag to create explicitly a new line.

    In case you just type text and hit ENTER – the entered text content is wrapped in a div tag and for every new line, a div container is created.

    Let me know if I may be of further assistance.

    Svetla Boykova

Children
No Data