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

imageUploaderFlash.topPane Property

Gets or sets the Top Panel settings.

Syntax

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

Property Value

Type: $au.topPane

The Top Panel settings.

See Also

Reference

Manual