<kendo:pivotConfiguratorV2-messages-fieldMenu>

The text messages displayed in the field menu.

Example

<kendo:pivotConfiguratorV2-messages>
    <kendo:pivotConfiguratorV2-messages-fieldMenu></kendo:pivotConfiguratorV2-messages-fieldMenu>
</kendo:pivotConfiguratorV2-messages>

Configuration Attributes

apply java.lang.String

The text message displayed for the apply button in the includes menu item.

Example

<kendo:pivotConfiguratorV2-messages-fieldMenu apply="apply">
</kendo:pivotConfiguratorV2-messages-fieldMenu>

clear java.lang.String

The text of the clear filter expressions button.

Example

<kendo:pivotConfiguratorV2-messages-fieldMenu clear="clear">
</kendo:pivotConfiguratorV2-messages-fieldMenu>

filter java.lang.String

The text messages of the filter button.

Example

<kendo:pivotConfiguratorV2-messages-fieldMenu filter="filter">
</kendo:pivotConfiguratorV2-messages-fieldMenu>

filterFields java.lang.String

The text messages of the fields filter menu item.

Example

<kendo:pivotConfiguratorV2-messages-fieldMenu filterFields="filterFields">
</kendo:pivotConfiguratorV2-messages-fieldMenu>

include java.lang.String

The text messages of the include menu item.

Example

<kendo:pivotConfiguratorV2-messages-fieldMenu include="include">
</kendo:pivotConfiguratorV2-messages-fieldMenu>

moveNext java.lang.String

The text of the move as next action in the menu.

Example

<kendo:pivotConfiguratorV2-messages-fieldMenu moveNext="moveNext">
</kendo:pivotConfiguratorV2-messages-fieldMenu>

movePrevious java.lang.String

The text of the move as previous action in the menu.

Example

<kendo:pivotConfiguratorV2-messages-fieldMenu movePrevious="movePrevious">
</kendo:pivotConfiguratorV2-messages-fieldMenu>

moveToColumns java.lang.String

The text of the move to columns action in the menu.

Example

<kendo:pivotConfiguratorV2-messages-fieldMenu moveToColumns="moveToColumns">
</kendo:pivotConfiguratorV2-messages-fieldMenu>

moveToRows java.lang.String

The text of the move to rows action in the menu.

Example

<kendo:pivotConfiguratorV2-messages-fieldMenu moveToRows="moveToRows">
</kendo:pivotConfiguratorV2-messages-fieldMenu>

reset java.lang.String

The text of the reset button in the filter includes menu item.

Example

<kendo:pivotConfiguratorV2-messages-fieldMenu reset="reset">
</kendo:pivotConfiguratorV2-messages-fieldMenu>

sortAscending java.lang.String

The text message displayed for the menu item which performs ascending sort.

Example

<kendo:pivotConfiguratorV2-messages-fieldMenu sortAscending="sortAscending">
</kendo:pivotConfiguratorV2-messages-fieldMenu>

sortDescending java.lang.String

The text message displayed for the menu item which performs descending sort.

Example

<kendo:pivotConfiguratorV2-messages-fieldMenu sortDescending="sortDescending">
</kendo:pivotConfiguratorV2-messages-fieldMenu>

Configuration JSP Tags

kendo:pivotConfiguratorV2-messages-fieldMenu-operators

The text of the filter operators displayed in the filter menu.

More documentation is available at kendo:pivotConfiguratorV2-messages-fieldMenu-operators.

Example

<kendo:pivotConfiguratorV2-messages-fieldMenu>
    <kendo:pivotConfiguratorV2-messages-fieldMenu-operators></kendo:pivotConfiguratorV2-messages-fieldMenu-operators>
</kendo:pivotConfiguratorV2-messages-fieldMenu>
In this article
Not finding the help you need?