\Kendo\UI\FilterMessages

A PHP class representing the messages setting of Filter.

Methods

addExpression

The title of the add expression button.

Returns

\Kendo\UI\FilterMessages

Parameters

$value string

Example

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

addGroup

The title of the add group button.

Returns

\Kendo\UI\FilterMessages

Parameters

$value string

Example

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

_and

The text of the option which represents the "and" logical operation.

Returns

\Kendo\UI\FilterMessages

Parameters

$value string

Example

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

apply

The text inside the apply button.

Returns

\Kendo\UI\FilterMessages

Parameters

$value string

Example

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

close

The title of the close button.

Returns

\Kendo\UI\FilterMessages

Parameters

$value string

Example

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

fields

The title of the fields drop down.

Returns

\Kendo\UI\FilterMessages

Parameters

$value string

Example

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

filterExpressionLabel

The text that will be used as an aria-label of the filter expression groups.

Returns

\Kendo\UI\FilterMessages

Parameters

$value string

Example

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

filterLogicLabel

The text that will be used as an aria-label of the filter logic toolbars.

Returns

\Kendo\UI\FilterMessages

Parameters

$value string

Example

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

mainFilterLogicLabel

The text that will be used as an aria-label of the main filter logic toolbar.

Returns

\Kendo\UI\FilterMessages

Parameters

$value string

Example

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

operators

The title of the operators drop down.

Returns

\Kendo\UI\FilterMessages

Parameters

$value string

Example

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

_or

The text of the option which represents the "or" logical operation.

Returns

\Kendo\UI\FilterMessages

Parameters

$value string

Example

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