Closed ivanovicova closed 10 years ago
Actually the save is "just" a plugin. When setting it to "false" you actually desactivate the plugin (and the button disappears). What I did is using a different button in order to apply my scenario. The cleanest way would be to actually write your custom plugin, do you confirm @MattKetmo ?
We could imagine to add a custom callback
option to the plugin.
By default, this callback
would transform the canvas to image (as it do actually), and then you could add your own logic without adding a new plugin.
I like this approach, go for it @MattKetmo !
Ok, could you please add custom callback? Then we will try to add our own logic.
done via cac23973
Currently we are only able to set up save event to true or false - save: { }
We need to run/make JS callback after clicking on Save icon.
Is it possible to add this function?