contextMenu.arrangeByText Property ActiveX/Java Uploader JavaScript

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a caption of the Sort by context menu.

Syntax

JavaScript Initialize
$au.uploader({
    contextMenu: {
        //...other params...
        arrangeByText: "Sort by",
        //...other params...
    }
})

Property Value

Type: String

The caption of the Sort by context menu item.

Default value is "Sort by".

Remarks

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

See Also

Reference