- ABP Framework version: v7.4.0
- UI Type: Angular
- Database System: EF Core (SQL Server)
- Tiered (for MVC) or Auth Server Separated (for Angular): yes
- Exception message and full stack trace:
- Steps to reproduce the issue:
We were looking for having a richtext editor in angular app so that user can format the text inside it (Bold, underline,Italics,List, table ) same as you guys having in this website while adding a question. we were looking in this documentation link but could not find such control how can we have this kind of input control,please share us any link how can we achieve this.
3 Answer(s)
-
0
Hi, we don't provide text-editor components out of the box with LeptonX Theme. We are using https://github.com/nhn/tui.editor as the editor in the support.abp.io website.
If you want you can use the @abp/tui-editor npm package in your application and follow the steps on the website for configurations.
Here is an example usage: new.js#L63-L87 from the Blogging module.
-
0
Thanks for the links, we will try and implement please keep this open for next 3-4 days then if you don't hear from us you can close this ticket.
-
0
Thanks for the links, we will try and implement please keep this open for next 3-4 days then if you don't hear from us you can close this ticket.
Sure, I'll keep it open.