Aurigma Image Uploader 7.0.37
contextMenu.arrangeByDimensionsText Property
Gets or sets a caption of the Dimensions context menu item inside Arrange by group.
Syntax
JavaScript
Initialize
$au.uploader({
contextMenu: {
//...other params...
arrangeByDimensionsText: "Dimensions",
//...other params...
}
})
Property Value
Type: String
The caption of the Dimensions context menu item.
Default value is "Dimensions".
Remarks
This menu item sorts files in a pane by image dimensions.
This property is necessary for localization of Image Uploader.