imageUploaderFlash.topPane Property HTML5/Flash Uploader JavaScript

Supported technologies: Adobe FlashHTML 5

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

See Also

Reference

Manual