<kendo:pivotConfiguratorV2>
A JSP wrapper for Kendo UI PivotConfiguratorV2.
Configuration Attributes
filterable boolean
If set to true the user will be able to filter by using the field menu.
Example
<kendo:pivotConfiguratorV2 filterable="filterable">
</kendo:pivotConfiguratorV2>
height java.lang.Object
The height of the PivotConfiguratorV2. Numeric values are treated as pixels.
Example
<kendo:pivotConfiguratorV2 height="height">
</kendo:pivotConfiguratorV2>
orientation java.lang.String
Defines a value indicating the type of layout that the configurator has. Possible values are: "vertical" or "horizontal".
Example
<kendo:pivotConfiguratorV2 orientation="orientation">
</kendo:pivotConfiguratorV2>
sortable java.lang.Object
If set to true the user could sort the widget by using the field menu.
Example
<kendo:pivotConfiguratorV2 sortable="sortable">
</kendo:pivotConfiguratorV2>
Configuration JSP Tags
kendo:pivotConfiguratorV2-messages
The text messages displayed in the fields sections.
More documentation is available at kendo:pivotConfiguratorV2-messages.
Example
<kendo:pivotConfiguratorV2>
<kendo:pivotConfiguratorV2-messages></kendo:pivotConfiguratorV2-messages>
</kendo:pivotConfiguratorV2>