contextMenu.arrangeByModifiedText Property ActiveX/Java Uploader JavaScript

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a caption of the Date modified context menu item inside Arrange by group.

Syntax

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

Property Value

Type: String

The caption of the Date modified context menu item.

Default value is "Date modified".

Remarks

This menu item sorts files in a pane by last modified date.

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

See Also

Reference