Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[js:core] [cmd]fail event is fired at fail cmd execution #1662

Closed
nao-pon opened this issue Sep 20, 2016 · 0 comments
Closed

[js:core] [cmd]fail event is fired at fail cmd execution #1662

nao-pon opened this issue Sep 20, 2016 · 0 comments
Labels

Comments

@nao-pon
Copy link
Member

nao-pon commented Sep 20, 2016

This allows execution of optional processing at the time of command failure.

e.g.

elFinderInstance.bind('uploadfail', function(e) {
    var response = e.data;
    elFinderInstance.log(response);
});

rel. #1657

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant