We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
var opts = { url: '...', requestType: 'post', rememberLastDir: false, title: '...', width: 1000, height: 500, resizable: false, uiOptions: { toolbar: [...] }, commandsOptions:{ getfile:{ onlyURL: false, folders: false, multiple: false, oncomplete: 'destroy' } }, getFileCallback: function(file, el){ $('.mce-open').parent().children('input[id^="mceu_"]').val(file['path']); } } $('<div style="z-index: 999999">').dialogelfinder(opts);
The text was updated successfully, but these errors were encountered:
@fortcms Do you want an action specification (ex. Onerror: 'destroy') when an error occurs in the getFileCallback function?
Onerror: 'destroy'
Sorry, something went wrong.
@nao-pon connector return 403. https://ibb.co/iNp7qz https://ibb.co/bAUU3K
@fortcms OK, This is a bug of elfinder.js. I'll fix it. Thanks! 👍
92c68b5
nao-pon
No branches or pull requests
The text was updated successfully, but these errors were encountered: