messages.dialogs.upload.doneString

Defines the text for the done button in the upload dialog. This message appears on the button that closes the upload dialog after files have been successfully uploaded or when users want to dismiss the dialog. It provides localization support for different languages and allows customization of the user interface text.

Example

<div id="fileManager"></div>
<script>
    var baseUrl = "https://demos.telerik.com/service/v2/core/filemanager/";

    $("#fileManager").kendoFileManager({
        messages: {
            dialogs: {
                upload: {
                    done: "Done"
                }
            }
        },
        dataSource: {
            transport: {
                read: {
                    method: "POST",
                    url: baseUrl + "Read"
                }
            }
        }
    });
</script>
In this article
messages.dialogs.upload.done
Not finding the help you need?
Contact Support