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

uploader.statusPane Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets the status pane settings.

Syntax

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

Property Value

Type: $au.statusPane

The settings of the status pane.

See Also

Reference

Manual