imageUploaderFlash.statusPane Property HTML5/Flash Uploader JavaScript

Supported technologies: Adobe FlashHTML 5

Gets or sets the Status Pane 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 Pane settings.

See Also

Reference

Manual