This documentation is for the old version. Go to the latest Upload Suite docs

imageUploaderFlash.imagePreviewWindow Property

Gets or sets the Image Preview window settings.

Syntax

JavaScript Initialize
$au.imageUploaderFlash({
    //...other params...
    imagePreviewWindow: {},
    //...other params...
})
Get/Set Value at Runtime
$au.imageUploaderFlash('uploaderID').imagePreviewWindow(value);
value = $au.imageUploaderFlash('uploaderID').imagePreviewWindow();

Property Value

Type: $au.imagePreviewWindow

The Image Preview window settings.

See Also

Reference

Manual