-
Notifications
You must be signed in to change notification settings - Fork 840
Fix to support multiple instances #103
base: master
Are you sure you want to change the base?
Conversation
👍 |
How do I make this work? I've wrapped all editor divs in seperate div's and start a instance of the plugin for each editor. Edits become apparent in all editors though. :( |
Maybe u are not using this code. Try getting the file from my branch On Tue, Oct 1, 2013 at 3:54 PM, jvdh [email protected] wrote:
Mauro Asprea E-Mail: [email protected] |
Hi Mauro, Hm, ok. Got the right script now. But only the last field is getting 2013/10/1 Mauro Asprea [email protected]
|
No idea really. It worked for me after I fixed it in the first try and I'm On Tue, Oct 1, 2013 at 4:49 PM, jvdh [email protected] wrote:
Mauro Asprea E-Mail: [email protected] |
Ok, but first I'll clean up my messy code and try again. Thanks again. 2013/10/1 Mauro Asprea [email protected]
|
…ap-wysiwyg This combines the #68 change where FF throws an error and #103 where it supports multiple instances thanks to @brutuscat # By Mauro Asprea # Via Mauro Asprea * 'fix-multiple-instances' of github.com:brutuscat/bootstrap-wysiwyg: Fix to support multiple instances adding a wrapper context for toolbar's bindings Conflicts: bootstrap-wysiwyg.js
Fix to support multiple instances adding a wrapper context for toolbar's bindings
So if u wrap your editors in different containers, u can have multiple instances of it.