Aurigma Image Uploader 6.5 Dual
ImageUploader.ProgressDialogWidth Property
Width of the progress dialog.
Syntax
Initialize
JavaScript
<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>
Get/Set Value in Runtime
JavaScript
getImageUploader("ImageUploaderID").setProgressDialogWidth(value);
value = getImageUploader("ImageUploaderID").getProgressDialogWidth();Property Value
A non-negative integer value which specifies a width of the progress dialog (in pixels).
Default value is "400".
See Also
Manual
Reference
- ProgressDialogCancelButtonText Property
- ProgressDialogCloseButtonText Property
- ProgressDialogCloseWhenUploadCompletesText Property
- ProgressDialogEstimatedTimeText Property
- ProgressDialogPreparingDataText Property
- ProgressDialogPreviewThumbnailSize Property
- ProgressDialogSentText Property
- ProgressDialogTitleText Property
- ProgressDialogWaitingForResponseFromServerText Property
- ProgressDialogWaitingForRetryText Property