<kendo:pivotConfigurator-messages>
The text messages displayed in the fields sections.
Example
<kendo:pivotConfigurator>
<kendo:pivotConfigurator-messages></kendo:pivotConfigurator-messages>
</kendo:pivotConfigurator>
Configuration Attributes
columns java.lang.String
The text messages displayed in the column fields sections.
Example
<kendo:pivotConfigurator-messages columns="columns">
</kendo:pivotConfigurator-messages>
columnsLabel java.lang.String
The text messages displayed for column label.
Example
<kendo:pivotConfigurator-messages columnsLabel="columnsLabel">
</kendo:pivotConfigurator-messages>
fieldsLabel java.lang.String
The text messages displayed for fields label.
Example
<kendo:pivotConfigurator-messages fieldsLabel="fieldsLabel">
</kendo:pivotConfigurator-messages>
measures java.lang.String
The text messages displayed in the measure fields sections.
Example
<kendo:pivotConfigurator-messages measures="measures">
</kendo:pivotConfigurator-messages>
measuresLabel java.lang.String
The text messages displayed for measure label.
Example
<kendo:pivotConfigurator-messages measuresLabel="measuresLabel">
</kendo:pivotConfigurator-messages>
rows java.lang.String
The text messages displayed in the row fields sections.
Example
<kendo:pivotConfigurator-messages rows="rows">
</kendo:pivotConfigurator-messages>
rowsLabel java.lang.String
The text messages displayed for rows label.
Example
<kendo:pivotConfigurator-messages rowsLabel="rowsLabel">
</kendo:pivotConfigurator-messages>
Configuration JSP Tags
kendo:pivotConfigurator-messages-fieldMenu
The text messages displayed in the field menu.
More documentation is available at kendo:pivotConfigurator-messages-fieldMenu.
Example
<kendo:pivotConfigurator-messages>
<kendo:pivotConfigurator-messages-fieldMenu></kendo:pivotConfigurator-messages-fieldMenu>
</kendo:pivotConfigurator-messages>