\Kendo\UI\EditorResizableMin
A PHP class representing the min setting of EditorResizable.
Methods
minHeight
The minimum height that the editor can be resized to.
Returns
\Kendo\UI\EditorResizableMin
Parameters
$value float
Example
<?php
$min = new \Kendo\UI\EditorResizableMin();
$min->minHeight(1);
?>
minWidth
The minimum width that the editor can be resized to.
Returns
\Kendo\UI\EditorResizableMin
Parameters
$value float
Example
<?php
$min = new \Kendo\UI\EditorResizableMin();
$min->minWidth(1);
?>