bootstrap-wysihtml5 icon indicating copy to clipboard operation
bootstrap-wysihtml5 copied to clipboard

bootstrap-wysihtml5 is not working properly

Open ajay09Payal opened this issue 8 years ago • 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

ajay09Payal avatar Feb 16 '16 10:02 ajay09Payal

Dear,

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

https://github.com/tinymce/tinymce

Regards, Ankit

ankitbnl406 avatar Jun 20 '20 11:06 ankitbnl406