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

treePane.titleText Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a title of the tree pane.

Syntax

JavaScript Initialize
$au.uploader({
    treePane: {
        //...other params...
        titleText: "Folders",
        //...other params...
    }
})

Property Value

Type: String

The title of the tree pane.

Default value is "Folders".

Remarks

This property is necessary for localization of Image Uploader.

See Also

Reference