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
75
Rich text editor
posted

Maybe this is a question in the wrong place.  I am using Angular 8, and we need a rich text editor to be in our app.  I don't know how to go about bringing it in from the other infragistics tools, can anyone guide me?

Also - we want/need to be able to include the ability to TAB within the editor - is that possible?

Parents Reply
  • 17590
    Verified Answer
    Offline posted in reply to Steven Johnson

    Hello Steve,

    What I can suggest for using jQuery igHtmlEditor in Angular project is Ignite UI wrappers for Angular. These are wrappers for the jQuery controls which give you the opportunity to use them in Angular projects. 

    More about our wrappers and how they can be used in Angular application can be found in the igniteui-angular-wrappers repository in GitHub. In the README section you will find various topics (such as Getting Started, Initializing controls, Configuring Control options etc. ) and a link to our working samples. When you open the page page under "Samples" section you will see "igHtmlEditor" tag, click it and you will see a working sample.

    You have also the opportunity to explore the source code of the sample by clicking on the "Explore the Code" button.

    Please have a look at this information and let me know if you need any further assistance with this matter.

Children