mindmup / bootstrap-wysiwyg

Tiny bootstrap-compatible WISWYG rich text editor
MIT License
5.56k stars 841 forks source link

Support more than 1 on a single page? #190

Closed dmyers2004 closed 9 years ago

dmyers2004 commented 9 years ago

I can't seem to place multiple wysiwyg fields on the same page. Of course with different id's. Some buttons work other buttons effect both wysiwyg fields. For example "Bold" works but "Justify Right" affects both wysiwyg fields.

$('#wysiwyg-bio').wysiwyg();
$('#wysiwyg-foo').wysiwyg();

Has anyone gotten more than 1 on a page working?