jhollingworth / bootstrap-wysihtml5

Simple, beautiful wysiwyg editor
http://jhollingworth.github.com/bootstrap-wysihtml5/
MIT License
4.14k stars 1.01k forks source link

bootstrap-wysihtml5 is not working properly #372

Open ajay09Payal opened 8 years ago

ajay09Payal commented 8 years ago

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

ankitbnl406 commented 4 years ago

Dear,

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

https://github.com/tinymce/tinymce

Regards, Ankit