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

imageUploaderFlash.paneItem Property

Gets or sets the pane item settings.

Syntax

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

Property Value

Type: $au.paneItem

The pane item settings.

See Also

Reference