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

ContextMenu.ArrangeByDimensionsText Property

Supported browsers: FirefoxGoogle ChromeSafari

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

Syntax

PHP
public function getArrangeByDimensionsText() {
}

public function setArrangeByDimensionsText($value) {
}

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.

See Also

Reference