Width of the progress dialog.
<script type="text/javascript" src="iuembed.js"> </script> <script type="text/javascript"> var iu = new ImageUploaderWriter("ImageUploaderID", 610, 500); //...other params... iu.addParam("ProgressDialogWidth", "400"); //...other params... iu.writeHtml(); </script>
getImageUploader("ImageUploaderID").setProgressDialogWidth(value);
value = getImageUploader("ImageUploaderID").getProgressDialogWidth();A non-negative integer value which specifies a width of the progress dialog (in pixels).
Default value is "400".