FileDownloader.DownloadConfirmationDialogShowFileListButtonText Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Caption of the Show File List button of the confirmation 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("DownloadConfirmationDialogShowFileListButtonText", "Show File List >>");
//...other params...
fd.writeHtml();
</script>

Get/Set Value in Runtime

JavaScript
getFileDownloader("FileDownloaderID").setDownloadConfirmationDialogShowFileListButtonText(value);
value = getFileDownloader("FileDownloaderID").getDownloadConfirmationDialogShowFileListButtonText();

Property Value

A string value that specifies a Show File List button caption of the confirmation dialog.

Default value is "Show File List >>".

Remarks

This property is necessary for localization of File Downloader.

See Also

Reference