Title of the message box which appears when some error occurs or upload is finished.
<script type="text/javascript" src="iuembed.js"> </script> <script type="text/javascript"> var iu = new ImageUploaderWriter("ImageUploaderID", 610, 500); //...other params... iu.addParam("MessageBoxTitleText", "Image Uploader"); //...other params... iu.writeHtml(); </script>
getImageUploader("ImageUploaderID").setMessageBoxTitleText(value); value = getImageUploader("ImageUploaderID").getMessageBoxTitleText();
A string value that specifies a title of message boxes displayed by Image Uploader.
Default value is "Image Uploader".
This property is necessary for localization of Image Uploader.