public interface DropzoneDictonary
| Modifier and Type | Method and Description |
|---|---|
void |
setCancelUpload(String cancelUpload)
If addRemoveLinks is true, the text to be used for the cancel upload
link.
|
void |
setCancelUploadConfirmation(String cancelUploadConfirmation)
If addRemoveLinks is true, the text to be used for the cancel upload
link.
|
void |
setDefaultMessage(String defaultMessage)
The message that gets displayed before any files are dropped.
|
void |
setFallbackMessage(String fallbackMessage)
If the browser is not supported, the default message will be replaced
with this text.
|
void |
setFallbackText(String fallbackText)
This will be added before the file input files.
|
void |
setFileTooBig(String fileTooBig)
Shown when the file is too big.
|
void |
setInvalidFileType(String invalidFileType)
Shown as error message if the file doesn't match the file type.
|
void |
setMaxFilesExceeded(String maxFilesExceeded)
If maxFiles is set, this will be the error message when it's exceeded.
|
void |
setRemoveFile(String removeFile)
If addRemoveLinks is true, the text to be used to remove a file.
|
void |
setResponseError(String responseError)
Shown as error message if the server response was invalid.
|
void setCancelUpload(String cancelUpload)
cancelUpload - void setCancelUploadConfirmation(String cancelUploadConfirmation)
cancelUploadConfirmation - void setDefaultMessage(String defaultMessage)
defaultMessage - void setFallbackMessage(String fallbackMessage)
fallbackMessage - void setFallbackText(String fallbackText)
fallbackText - void setFileTooBig(String fileTooBig)
fileTooBig - void setInvalidFileType(String invalidFileType)
void setMaxFilesExceeded(String maxFilesExceeded)
maxFilesExceeded - void setRemoveFile(String removeFile)
void setResponseError(String responseError)
responseError - Copyright © 2015. All rights reserved.