Text label of the Open Folder dialog asking the user if they want to open the folder with downloaded files.
<script type="text/javascript" src="iuembed.js"> </script> <script type="text/javascript"> var fd = new FileDownloaderWriter("FileDownloaderID", 610, 500); //...other params... fd.addParam("MessageOpenFolderText", "Do you want to open the folder where files are downloaded to?"); //...other params... fd.writeHtml(); </script>
getFileDownloader("FileDownloaderID").setMessageOpenFolderText(value); value = getFileDownloader("FileDownloaderID").getMessageOpenFolderText();
A string value that specifies a text which appears in the Open Folder dialog asking if the user wants to open the folder with downloaded files.
Default value is "Do you want to open the folder where files are downloaded to?".
The Open Folder dialog appears only if the DownloadCompleteAction property is set to Prompt
.
This property is necessary for localization of File Downloader.