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

imageUploaderFlash.statusPane Property

Gets or sets the Status Panel settings.

Syntax

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

Property Value

Type: $au.statusPane

The Status Panel settings.

See Also

Reference

Manual