topPane.titleText Property HTML5/Flash Uploader JavaScript

Supported technologies: Adobe FlashHTML 5

Gets or sets the Top Pane title.

Syntax

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

Property Value

Type: String

The Top Pane title.

Default value is "Files for upload".

Remarks

To hide the Top Pane title, set it to the empty string.

See Also

Reference