jhollingworth/bootstrap-wysihtml5

bootstrap-wysihtml5 is not working properly

ajay09Payal opened this issue · 1 comments

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-wysihtml5enter image description here

And when i try to click on not working controllers it simply blur the screen and nothing happen in that

Dear,

This plugin is very old plugin. Try using new plugin like tinyMce which is very simple.

https://github.com/tinymce/tinymce

Regards,
Ankit