FileDownloader.ButtonDownloadText Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Caption of the Download button of the control.

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

Get/Set Value in Runtime

JavaScript
getFileDownloader("FileDownloaderID").setButtonDownloadText(value);
value = getFileDownloader("FileDownloaderID").getButtonDownloadText();

Property Value

A string value that specifies a Download button caption of the control.

Default value is "Download".

Remarks

This property is necessary for localization of File Downloader.

See Also

Reference