Gets or sets whether the Change View combo box is visible or not.
$au.imageUploaderFlash({Get/Set Value at Runtime
topPane: {
//...other params...
showViewComboBox: true,
//...other params...
}
})
$au.imageUploaderFlash('uploaderID').topPane().showViewComboBox(value);
value = $au.imageUploaderFlash('uploaderID').topPane().showViewComboBox();
Type: Boolean
true
if the Change View combo box is visible; otherwise, false
.
Default value is true.