Caption of the Skip Current button of the 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("ProgressDialogSkipCurrentButtonText", "Skip Current"); //...other params... fd.writeHtml(); </script>
getFileDownloader("FileDownloaderID").setProgressDialogSkipCurrentButtonText(value); value = getFileDownloader("FileDownloaderID").getProgressDialogSkipCurrentButtonText();
A string value that specifies a Skip Current button caption of the progress dialog.
Default value is "Skip Current".
This property is necessary for localization of File Downloader.