Caption of the Cancel button on the dialog displayed when the folders are being added to the upload list.
<script type="text/javascript" src="iuembed.js"> </script> <script type="text/javascript"> var iu = new ImageUploaderWriter("ImageUploaderID", 610, 500); //...other params... iu.addParam("AddFolderDialogButtonCancelText", "Cancel"); //...other params... iu.writeHtml(); </script>
getImageUploader("ImageUploaderID").setAddFolderDialogButtonCancelText(value); value = getImageUploader("ImageUploaderID").getAddFolderDialogButtonCancelText();
A string value that specifies a caption of the Cancel button on the dialog displayed when the folder is added to the upload list.
Default value is "Cancel".
This dialog may be displayed when the AllowFolderUpload property is set to true
.
When multiple folders are added and these folders contain a lot of files, the process of folder adding
may be quite long. In this case Image Uploader displays a special dialog which indicates which folders
are being in process and gives possibility to break the process if it takes too much time.
There are three different ways to interrupt the folder adding process:
This property is necessary for localization of Image Uploader.