Aurigma Image Uploader Flash 7.2.9
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();