contextMenu.arrangeByPathText Property ActiveX/Java Uploader JavaScript

Supported browsers: Internet Explorer

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

Syntax

JavaScript Initialize
$au.uploader({
    contextMenu: {
        //...other params...
        arrangeByPathText: "Path",
        //...other params...
    }
})

Property Value

Type: String

The caption of the Path context menu item.

Default value is "Path".

Remarks

This menu item sorts files in a pane by file path.

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

See Also

Reference