0
Sumit created
Hello Team,
I just want to know , can I use HTML tag in abp.message.confirm in javascript .please help me this .
Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.
If you're creating a bug/problem report, please include followings:
- ABP Framework version: v5.1.4
- UI type: MVC
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): yes / no
- Exception message and stack trace:
- Steps to reproduce the issue:"
Markdown supported.
Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
2 Answer(s)
-
0
What @Sumit
abp.messagedoesn't support html rendering.You can directly use SweetAlert2 (that
abp.mesageuses too).https://sweetalert2.github.io/
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)