Aurigma File Downloader 7.0.4
FileDownloader.DownloadConfirmationDialogText Property
Main confirmation dialog message.
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("DownloadConfirmationDialogText", "To see the list of files which are about to be downloaded, click Show File List button. Are you sure you want to start download?"); //...other params... fd.writeHtml(); </script>
Get/Set Value in Runtime
JavaScript
getFileDownloader("FileDownloaderID").setDownloadConfirmationDialogText(value);
value = getFileDownloader("FileDownloaderID").getDownloadConfirmationDialogText();
Property Value
A string value that specifies a main confirmation dialog message text.
Default value is "To see the list of files which are about to be downloaded, click Show File List button. Are you sure you want to start download?".
Remarks
This property is necessary for localization of File Downloader.
See Also
Reference
- DownloadConfirmationDialogCancelButtonText Property
- DownloadConfirmationDialogCheckAllButtonText Property
- DownloadConfirmationDialogHideFileListButtonText Property
- DownloadConfirmationDialogListContentTypeText Property
- DownloadConfirmationDialogListFileNameText Property
- DownloadConfirmationDialogListFileSizeText Property
- DownloadConfirmationDialogListUrlText Property
- DownloadConfirmationDialogOkButtonText Property
- DownloadConfirmationDialogServerNameRemarkText Property
- DownloadConfirmationDialogShowFileListButtonText Property
- DownloadConfirmationDialogUncheckAllButtonText Property