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

detailsViewColumns.lastModifiedText Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a title of the Date modified column in the Details view.

Syntax

JavaScript Initialize
$au.uploader({
    detailsViewColumns
: {
       
//...other params...
        lastModifiedText
: "Date modified",
       
//...other params...
   
}
})

Property Value

Type: String

The title of the Date modified column in the Details view.

Default value is "Date modified".

Remarks

This property is necessary for localization of Image Uploader.

See Also

Reference