Gets or sets the text in the progress displaying if an error was occured before data retransmitting.
<script type="text/javascript" src="iuembed.js"> </script> <script type="text/javascript"> var fd = new FileDownloaderWriter("FileDownloaderID", 610, 500); //...other params... fd.addParam("ProgressDialogWaitingForRetryText", "(Error! Waiting for retry...)"); //...other params... fd.writeHtml(); </script>
getFileDownloader("FileDownloaderID").setProgressDialogWaitingForRetryText(value); value = getFileDownloader("FileDownloaderID").getProgressDialogWaitingForRetryText();
A text in the progress displaying if an error was occured before data retransmitting.
Default value is "(Error! Waiting for retry...)".
This property is necessary for localization of File Downloader.