Text label of the File Exists dialog which displays time left before the default action will be performed.
<script type="text/javascript" src="iuembed.js"> </script> <script type="text/javascript"> var fd = new FileDownloaderWriter("FileDownloaderID", 610, 500); //...other params... fd.addParam("FileExistsDialogTimeLeftText", "Time left: [Current] of [Total]"); //...other params... fd.writeHtml(); </script>
getFileDownloader("FileDownloaderID").setFileExistsDialogTimeLeftText(value); value = getFileDownloader("FileDownloaderID").getFileExistsDialogTimeLeftText();
A string value that specifies a text which appears in the File Exists dialog and displays time left before the default action will be performed.
Two special keywords are used in this text label:
Replaced with the value of how much time is left.
Replaced with the value of the total waiting time.
Default value is "Time left: [Current] of [Total]".
This label appears in the File Exists dialog only if the P:FileDownloader.FileExistsDialogTimeOut property is set to a positive value.
This property is necessary for localization of File Downloader.