Caption of the Download button of the control.
<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>
getFileDownloader("FileDownloaderID").setButtonDownloadText(value); value = getFileDownloader("FileDownloaderID").getButtonDownloadText();
A string value that specifies a Download button caption of the control.
Default value is "Download".
This property is necessary for localization of File Downloader.