Hi Folks
I am back after long time with small artical about bootstrap html5 editor .
In this article, I am going to tell you how to set up html5 bootstrap5 editor in in your own website
first download this small zip file that i have customized with to small no of files by deleting extra file so that user of this blog does not waste extra time that does not matter and just waste time.
Download Link - box link
create html page in the download editor folder
In the head part add following links
<link rel="stylesheet" href="css/prettify.css">
I am back after long time with small artical about bootstrap html5 editor .
In this article, I am going to tell you how to set up html5 bootstrap5 editor in in your own website
first download this small zip file that i have customized with to small no of files by deleting extra file so that user of this blog does not waste extra time that does not matter and just waste time.
Download Link - box link
create html page in the download editor folder
In the head part add following links
<link rel="stylesheet" href="css/prettify.css">
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/bootstrap-wysihtml5.css">
and In the bottom of the body before </body> , add following scripts
<script src="js/wysihtml5-0.3.0.js"></script>
<script src="js/jquery-2.2.0.js"></script>
<script src="js/bootstrap.js"></script>
<script src="js/prettify.js"></script>
<script src="js/bootstrap-wysihtml5.js"></script>
<script>
$('textarea').wysihtml5();
</script>
<script src="js/jquery-2.2.0.js"></script>
<script src="js/bootstrap.js"></script>
<script src="js/prettify.js"></script>
<script src="js/bootstrap-wysihtml5.js"></script>
<script>
$('textarea').wysihtml5();
</script>
set up is completed.
Now place text area anywhere in the body your textarea will work as shown above .
Enjoy html editor