<kendo:pivotConfiguratorV2-messages>
The text messages displayed in the fields sections.
Example
<kendo:pivotConfiguratorV2>
<kendo:pivotConfiguratorV2-messages></kendo:pivotConfiguratorV2-messages>
</kendo:pivotConfiguratorV2>
Configuration Attributes
applyButtonText java.lang.String
The text of the apply button.
Example
<kendo:pivotConfiguratorV2-messages applyButtonText="applyButtonText">
</kendo:pivotConfiguratorV2-messages>
cancelButtonText java.lang.String
The text of the cancel button.
Example
<kendo:pivotConfiguratorV2-messages cancelButtonText="cancelButtonText">
</kendo:pivotConfiguratorV2-messages>
columns java.lang.String
The text messages displayed in the column fields section when empty.
Example
<kendo:pivotConfiguratorV2-messages columns="columns">
</kendo:pivotConfiguratorV2-messages>
measures java.lang.String
The text messages displayed in the measure fields section when empty.
Example
<kendo:pivotConfiguratorV2-messages measures="measures">
</kendo:pivotConfiguratorV2-messages>
rows java.lang.String
The text messages displayed in the row fields section when empty.
Example
<kendo:pivotConfiguratorV2-messages rows="rows">
</kendo:pivotConfiguratorV2-messages>
title java.lang.String
The title message in the configurator.
Example
<kendo:pivotConfiguratorV2-messages title="title">
</kendo:pivotConfiguratorV2-messages>
Configuration JSP Tags
kendo:pivotConfiguratorV2-messages-fieldMenu
The text messages displayed in the field menu.
More documentation is available at kendo:pivotConfiguratorV2-messages-fieldMenu.
Example
<kendo:pivotConfiguratorV2-messages>
<kendo:pivotConfiguratorV2-messages-fieldMenu></kendo:pivotConfiguratorV2-messages-fieldMenu>
</kendo:pivotConfiguratorV2-messages>