Extend Options
-
Hello, thanks for creating this plugin. My question- is it possible to load further options for Dropzone, ideally I’d define them in a separate JS file:
ie.
dropzone.on(“dragEnter”, function() { console.log(‘do something’) });Rather than edit your wonderful code?
I tried, loading a separate main.js file at the end of the template (after your plugin loads), with various dropzone.on functions… but I get ‘Uncaught ReferenceError: dropzone is not defined’.
Perhaps you know the solution. I basically want to make a lot of customisations to the upload progress… which I currently have working great on a Vanilla Dropzone JS. Now I’m keen to migrate to your plugin!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Extend Options’ is closed to new replies.