\Kendo\UI\ImageEditorMessagesCommon

A PHP class representing the common setting of ImageEditorMessages.

Methods

cancel

Defines the localization for the common field.

Returns

\Kendo\UI\ImageEditorMessagesCommon

Parameters

$value string

Example

<?php
$common = new \Kendo\UI\ImageEditorMessagesCommon();
$common->cancel('value');
?>

confirm

Defines the localization for the common field.

Returns

\Kendo\UI\ImageEditorMessagesCommon

Parameters

$value string

Example

<?php
$common = new \Kendo\UI\ImageEditorMessagesCommon();
$common->confirm('value');
?>

height

Defines the localization for the common field.

Returns

\Kendo\UI\ImageEditorMessagesCommon

Parameters

$value string

Example

<?php
$common = new \Kendo\UI\ImageEditorMessagesCommon();
$common->height('value');
?>

lockAspectRatio

Defines the localization for the common field.

Returns

\Kendo\UI\ImageEditorMessagesCommon

Parameters

$value string

Example

<?php
$common = new \Kendo\UI\ImageEditorMessagesCommon();
$common->lockAspectRatio('value');
?>

width

Defines the localization for the common field.

Returns

\Kendo\UI\ImageEditorMessagesCommon

Parameters

$value string

Example

<?php
$common = new \Kendo\UI\ImageEditorMessagesCommon();
$common->width('value');
?>
In this article
Not finding the help you need?