topPane.orText Property HTML5/Flash Uploader JavaScript

Supported technologies: Adobe FlashHTML 5

Gets or sets caption of the Or label.

Syntax

JavaScript Initialize
$au.imageUploaderFlash({
    topPane: {
        //...other params...
        orText: "or",
        //...other params...
    }
})
Get/Set Value at Runtime
$au.imageUploaderFlash('uploaderID').topPane().orText(value);
value = $au.imageUploaderFlash('uploaderID').topPane().orText();

Property Value

Type: String

The caption of the Or label.

Default value is "or".

Remarks

To hide the Or label, set it to the empty string.

See Also

Reference