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

Simple, beautiful wysiwyg editor

Results 103 bootstrap-wysihtml5 issues
Sort by recently updated
recently updated
newest added

Hi! I was wondering, how do you add multiple rich text editors on one page? I have the problem where if I have multiple rich text editors, the same text...

this is get val: $('#some-textarea').val(); but how to set val? $('#some-textarea').val(' this is test '); is erroe

Textareas are no longer resizable when using wysihtml5.

The HTML formatting is lossed when pasting from other website or Word document. This works in wysihtml5. Maybe I am missing some setting. Any help or instructions would be appreciated....

html5 validation (required="required" for example) don't work. this appens because the original field is hidden. this is my workaround, I hope it can be useful:) ``` javascript jQuery('.wysihtml5').wysihtml5({ "events": {...

Hello, I placed data-target="#project_draft_abstract_helper" data-toggle="collapse" in my textarea element, but when I click / focus on editor it don't trigger me toggle, maybe because it's don't clicks on textarea but...

Done as doc, but it posts an error: ``` bootstrap-wysihtml5.zh-CN.js:5 Uncaught TypeError: Cannot set property 'zh-CN' of undefined ``` The error lines are: ``` (function($){ $.fn.wysihtml5.locale["zh-CN"] = { font_styles: {...

Is there a way to do it by just passing options - without modifying the source bootstrap-wysihtml5.js. Thanks. p.s. I don't need those buttons, but also it turns out that...