messages.dialogs.upload.clearString

Defines the text for the clear button in the upload dialog. This message appears on the button that allows users to remove all selected files from the upload queue before uploading. 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: {
                    clear: "Clear List"
                }
            }
        },
        dataSource: {
            transport: {
                read: {
                    method: "POST",
                    url: baseUrl + "Read"
                }
            }
        }
    });
</script>
In this article
messages.dialogs.upload.clear
Not finding the help you need?
Contact Support