Gets or sets whether to display the status panel.
public function getVisible() { } public function setVisible($value) { }
Type: boolean
true
if the entire status panel should be visible; otherwise, false
.
Default value is true.
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.