detailsViewColumns.dimensionsText Property ActiveX/Java Uploader JavaScript

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a title of the Image dimensions column in the Details view.

Syntax

JavaScript Initialize
$au.uploader({
    detailsViewColumns: {
        //...other params...
        dimensionsText: "Image dimensions",
        //...other params...
    }
})

Property Value

Type: String

The title of the Image dimensions column in the Details view.

Default value is "Image dimensions".

Remarks

This property is necessary for localization of ActiveX/Java Uploader.

See Also

Reference