bupy7 / yii2-widget-cropbox

This widget allows crop image before upload to server and send informations about crop in JSON format.
BSD 3-Clause "New" or "Revised" License
91 stars 33 forks source link

Please, add support for custom callbacks from widget #51

Closed Insolita closed 3 years ago

Insolita commented 3 years ago

I can't see a proper way to attach a custom callback on 'cb:cropped' event

bupy7 commented 3 years ago

Something like this:

$('.cropbox .plugin').cropbox('getCb').addEventListener('cb:cropped', function(event) {
  // your code
});
Insolita commented 3 years ago

Good, thanks! But will be better if this ability will be provided by a widget anyway

bupy7 commented 3 years ago

You can help me with PR if you want.

bupy7 commented 3 years ago

We should not mix js and php, therefore the suggestion cannot be added. Please, use plain js.