\Kendo\UI\DialogMessages

A PHP class representing the messages setting of Dialog.

Methods

close

The title of the close button.

Returns

\Kendo\UI\DialogMessages

Parameters

$value string

Example

<?php
$messages = new \Kendo\UI\DialogMessages();
$messages->close('value');
?>

promptInput

The title of the prompt input.

Returns

\Kendo\UI\DialogMessages

Parameters

$value string

Example

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