Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bootstrap-wysihtml5 is not working properly #372

Open
ajay09Payal opened this issue Feb 16, 2016 · 1 comment
Open

bootstrap-wysihtml5 is not working properly #372

ajay09Payal opened this issue Feb 16, 2016 · 1 comment

Comments

@ajay09Payal
Copy link

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
Copy link

Dear,

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

https://github.com/tinymce/tinymce

Regards,
Ankit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants