\Kendo\UI\ComboBoxMessages

A PHP class representing the messages setting of ComboBox.

Methods

clear

The text message when hovering the input clear button.

Returns

\Kendo\UI\ComboBoxMessages

Parameters

$value string

Example

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

noData

The text message shown in the noDataTemplate when no data is available in the widget drop-down.

Returns

\Kendo\UI\ComboBoxMessages

Parameters

$value string

Example

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