\Kendo\UI\ImageEditorMessagesPanesResize

A PHP class representing the resize setting of ImageEditorMessagesPanes.

Methods

percents

Defines the localization for the resize pane field.

Returns

\Kendo\UI\ImageEditorMessagesPanesResize

Parameters

$value string

Example

<?php
$resize = new \Kendo\UI\ImageEditorMessagesPanesResize();
$resize->percents('value');
?>

pixels

Defines the localization for the resize pane field.

Returns

\Kendo\UI\ImageEditorMessagesPanesResize

Parameters

$value string

Example

<?php
$resize = new \Kendo\UI\ImageEditorMessagesPanesResize();
$resize->pixels('value');
?>

title

Defines the localization for the resize pane field.

Returns

\Kendo\UI\ImageEditorMessagesPanesResize

Parameters

$value string

Example

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