Caption of the Cancel button of the File List Progress dialog.
<script type="text/javascript" src="iuembed.js"> </script> <script type="text/javascript"> var fd = new FileDownloaderWriter("FileDownloaderID", 610, 500); //...other params... fd.addParam("FileListProgressDialogCancelButtonText", "Cancel"); //...other params... fd.writeHtml(); </script>
getFileDownloader("FileDownloaderID").setFileListProgressDialogCancelButtonText(value); value = getFileDownloader("FileDownloaderID").getFileListProgressDialogCancelButtonText();
A string value that specifies a Cancel button caption of the File List Progress dialog.
Default value is "Cancel".
This property is necessary for localization of File Downloader.