FileDownloader.DownloadConfirmationDialogListContentTypeText Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Caption of the Content-Type column of the file list.

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("DownloadConfirmationDialogListContentTypeText", "Content-Type");
//...other params...
fd.writeHtml();
</script>

Get/Set Value in Runtime

JavaScript
getFileDownloader("FileDownloaderID").setDownloadConfirmationDialogListContentTypeText(value);
value = getFileDownloader("FileDownloaderID").getDownloadConfirmationDialogListContentTypeText();

Property Value

A string value that specifies a Content-Type column caption of the file list.

Default value is "Content-Type".

Remarks

This property is necessary for localization of File Downloader.

See Also

Reference