I am trying to include bootstrap-wysihtml5 in my project, but i am only able to use some of its control
Below is its js code :
<script type="text/javascript">
$(document).ready(function() {
$('#wysihtml5-textarea').wysihtml5({
"font-styles": true, //Font styling, e.g. h1, h2, etc. Default true
"emphasis": true, //Italics, bold, etc. Default true
"lists": true, //(Un)ordered lists, e.g. Bullets, Numbers. Default true
"html": true, //Button which allows you to edit the generated HTML. Default false
"link": true, //Button to insert a link. Default true
"image": true, //Button to insert an image. Default true,
"color": true //Button to change color of font
});
});
</script>
and i am also attaching screen shot bootstrap-wysihtml5
And when i try to click on not working controllers it simply blur the screen and nothing happen in that
I am trying to include bootstrap-wysihtml5 in my project, but i am only able to use some of its control Below is its js code :
and i am also attaching screen shot bootstrap-wysihtml5
And when i try to click on not working controllers it simply blur the screen and nothing happen in that