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

imageUploaderFlash.commonDialog Property

Gets or sets the common dialog settings.

Syntax

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

Property Value

Type: $au.commonDialog

The common dialog settings.

See Also

Reference