Closed ayyobro closed 9 years ago
I do additionally bind the editor on instantiating to the corresponding toolbar, like:
$('#editor1').wysiwyg({ toolbarSelector: "#toolbar1" });
Taken, you give your toolbar the id "toolbar1"
Hope that helps.
Regards Dirk
Thanks! That fixed her right up. Appreciate it
Each editor has a data-target specific to the editor div (by id), but whenever I edit one, like add a bullet point, it adds the bullet point to all of them.
So, for instance
Then I have a second instance, all the same stuff, except the id is editor2 instead of editor1, then editor3, editor4, etc... but all of them seem to target eachother regardless of whatever I set the data target to?
Help?