Bootstrap Modal – How to stop modal from closing when clicking outside
bootstrap modal are built with html,css and js. they are positioned over everything. They are used to add dialogs to our website.
bootstrap modal are built with html,css and js. they are positioned over everything. They are used to add dialogs to our website.
In the era of cloud , every application has been / being migrated from desktop to web server. And companies earlier having their older softwares on systems are creating the same as web app for easy and global approach of clients. Now the webapp could be categorized into two types – One is traditional Multi Page […]
So folks, sometimes it happens that you are saving some text with formatted data like HTML string but while displaying you don’t want to display it not as string but as formatted text.i.e. want to strip HTML tags from the content here is the slution for it:
Here is the code for converting html into canvas. When we click on Preview button canvas will be show and click on Download canvas will be save in .png format.