mindmup / bootstrap-wysiwyg

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

On the same page there are multiple bootstrap-wysiwyg #207

Open BellaBi opened 8 years ago

BellaBi commented 8 years ago

On the same page there are multiple bootstrap-wysiwyg, how can edit the format in different editors, such as center, left aligned. Now the situation is, if I edit the first editor, the other will be the same format changes. who can help me ,thanks very much!!!

spustlik commented 7 years ago

Same problem, solved by using $("#editor-1").wysiwyg({ toolbarSelector: '[data-target="#editor-1"]' }) and using data-target="#editor-1" attribute on toolbar