mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-25 19:23:55 +00:00
add hideRetryButton and hidePauseResumeCancelButtons to status-bar docs
This commit is contained in:
parent
69171a8a2c
commit
38e324cdb2
1 changed files with 8 additions and 0 deletions
|
|
@ -77,6 +77,14 @@ By default, progress in the Status Bar is shown as simple percentage. If you wou
|
|||
`showProgressDetails: false`: Uploading: 45%
|
||||
`showProgressDetails: true`: Uploading: 45%・43 MB of 101 MB・8s left
|
||||
|
||||
### `hideRetryButton: false`
|
||||
|
||||
Hide the retry button. Use this if you are providing a custom retry button somewhere, and using the `uppy.retryAll()` or `uppy.retryUpload(fileID)` API.
|
||||
|
||||
### `hidePauseResumeCancelButtons: false`
|
||||
|
||||
Hide the cancel or pause/resume buttons (for resumable uploads, via [tus](http://tus.io), for example). Use this if you are providing custom cancel or pause/resume buttons somewhere, and using the `uppy.pauseResume(fileID)`, `uppy.cancelAll()` or `uppy.removeFile(fileID)` API.
|
||||
|
||||
### `locale: {}`
|
||||
|
||||
Localize text that is shown to the user.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue