This documentation is for the old version. Go to the latest Upload Suite docs

topPane.titleText Property

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".

See Also

Reference