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