You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Resources/doc/options_overview.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ Options overview
12
12
## Optional options
13
13
14
14
*`js_callback`: A string representing a JavaScript function name for a callback after an upload. `null` by default.
15
+
*`js_pre_remove_callback`: A string representing a JavaScript function name for a callback before removing a file. `null` by default.
15
16
*`js_error_callback`: A string representing a JavaScript function name for a callback after an error on upload. `null` by default.
16
17
*`image_preview`: A boolean which determine the default callback after an upload. Set it to true if you want a preview for your pictures. `false` by default.
17
18
*`remove_uri_path`: The url for removing files. It can be useful if you want to override the default controller.
0 commit comments