Caption of the OK button of the confirmation dialog.
<script type="text/javascript" src="iuembed.js"> </script> <script type="text/javascript"> var fd = new FileDownloaderWriter("FileDownloaderID", 610, 500); //...other params... fd.addParam("DownloadConfirmationDialogOkButtonText", "OK"); //...other params... fd.writeHtml(); </script>
getFileDownloader("FileDownloaderID").setDownloadConfirmationDialogOkButtonText(value); value = getFileDownloader("FileDownloaderID").getDownloadConfirmationDialogOkButtonText();
A string value that specifies an OK button caption of the confirmation dialog.
Default value is "OK".
This property is necessary for localization of File Downloader.