Gets or sets the caption of the Change view label.
$au.imageUploaderFlash({
topPane: {
//...other params...
viewComboBoxText: "Change view:",
//...other params...
}
})
Get/Set Value at Runtime
$au.imageUploaderFlash('uploaderID').topPane().viewComboBoxText(value);
value = $au.imageUploaderFlash('uploaderID').topPane().viewComboBoxText();
Type: String
The caption of the Change view label.
Default value is "Change view:".