\Kendo\UI\FlatColorPickerMessages
A PHP class representing the messages setting of FlatColorPicker.
Methods
apply
Allows customization of "Apply" label.
Returns
\Kendo\UI\FlatColorPickerMessages
Parameters
$value string
Example
<?php
$messages = new \Kendo\UI\FlatColorPickerMessages();
$messages->apply('value');
?>
cancel
Allows customization of "Cancel" label.
Returns
\Kendo\UI\FlatColorPickerMessages
Parameters
$value string
Example
<?php
$messages = new \Kendo\UI\FlatColorPickerMessages();
$messages->cancel('value');
?>