\Kendo\UI\SchedulerMessagesEditable
A PHP class representing the editable setting of SchedulerMessages.
Methods
confirmation
The text similar to "Are you sure you want to delete this event?" displayed in scheduler.
Returns
\Kendo\UI\SchedulerMessagesEditable
Parameters
$value string
Example
<?php
$editable = new \Kendo\UI\SchedulerMessagesEditable();
$editable->confirmation('value');
?>