topPane.viewComboBoxText Property HTML5/Flash Uploader JavaScript

Supported technologies: Adobe FlashHTML 5

Gets or sets the caption of the Change view label.

Syntax

JavaScript Initialize
$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();

Property Value

Type: String

The caption of the Change view label.

Default value is "Change view:".

Remarks

To hide the Change view label, set it to the empty string.

See Also

Reference