FileDownloader.ProgressDialogSkipAllButtonText Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Caption of the Skip All button of the progress dialog.

Syntax

Initialize

JavaScript
<script type="text/javascript" src="iuembed.js">  </script>
<script type="text/javascript">
var fd = new FileDownloaderWriter("FileDownloaderID", 610, 500);
//...other params...
fd.addParam("ProgressDialogSkipAllButtonText", "Skip All");
//...other params...
fd.writeHtml();
</script>

Get/Set Value in Runtime

JavaScript
getFileDownloader("FileDownloaderID").setProgressDialogSkipAllButtonText(value);
value = getFileDownloader("FileDownloaderID").getProgressDialogSkipAllButtonText();

Property Value

A string value that specifies a Skip All button caption of the progress dialog.

Default value is "Skip All".

Remarks

This property is necessary for localization of File Downloader.

See Also

Reference