StatusPane.Visible Property HTML5/Flash Uploader PHP

Supported technologies: Adobe FlashHTML 5

Gets or sets whether to display the status panel.

Syntax

PHP Initialize
public function getVisible() {
}

public function setVisible($value) {
}

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