FileDownloader.FileExistsDialogRenameButtonText Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Caption of the Rename button of the File Exists dialog.

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

Get/Set Value in Runtime

JavaScript
getFileDownloader("FileDownloaderID").setFileExistsDialogRenameButtonText(value);
value = getFileDownloader("FileDownloaderID").getFileExistsDialogRenameButtonText();

Property Value

A string value that specifies a Rename button caption of the File Exists dialog.

Default value is "Rename".

Remarks

This property is necessary for localization of File Downloader.

See Also

Reference