statusPane.visible Property HTML5/Flash Uploader JavaScript

Supported technologies: Adobe FlashHTML 5

Gets or sets whether to display the status panel.

Syntax

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

Property Value

Type: Boolean

true if the entire status panel should be visible; otherwise, false.

Default value is true.

Remarks

Note, if the status panel is hidden, the Upload button and the progress bar will be hidden as well. In this case, you should take care about there elements yourself (e.g. handle the progress event or call the upload() method.

See Also

Reference