Title of the dialog displayed when 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("AddFolderDialogTitleText", "Adding folder..."); //...other params... iu.writeHtml(); </script>
getImageUploader("ImageUploaderID").setAddFolderDialogTitleText(value); value = getImageUploader("ImageUploaderID").getAddFolderDialogTitleText();
A string value that specifies a title of the folder adding dialog.
Default value is "Adding folder...".
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.