andrews05
andrews05
Hi @steveathon, I'm not quite sure what you're asking. The problem is the cleanHtml function doesn't appear to exist anymore, or at least it isn't callable in the way that...
In the previous version, cleanHtml was added as a jQuery function ($.fn.cleanHtml = ...). In version 2, it appears to be a function of the Wysiwyg object which isn't accessible...
I'm using a single floating toolbar and have got it working with multiple editors like this: ```js var activeEditor; var toolbar = $('#editor-toolbar'); var editors = $('.editor').click(function(e) { // Remember...
In my case that wasn't what I was wanting to do (didn't want to duplicate the toolbar for each editor). For one per editor, I would have thought using a...
The code for the single toolbar was just in my script, no modifications to `bootstrap-wysiwyg.js`.
I'm not sure if there actually is any issue with the code. It seems like the issue is just a lack of documentation on the options. The readme shows the...
I'd suggest #1 as otherwise it could get confusing having `data-target` as well as `toolbarSelector`. More importantly though, some documentation of all the options would be good :)
I'm a little confused about the issue here. The sparkpost package itself does not require guzzle at all, it's only the readme that tells you to install guzzle 6. Are...
The reference is in dev dependencies though, which is only relevant to the package developers, not the package users (us). I just tried a fresh install, it works fine with...
Yeah, I admit I've had difficulty upgrading from guzzle 6 to 7 when v6 is currently installed. But this isn't really a fault of the sparkpost package - changing the...