<kendo:pivotConfiguratorButton>
A JSP wrapper for Kendo UI PivotConfiguratorButton.
Configuration Attributes
configurator java.lang.String
Use it to set the Id of the configurator that will be shown/hidden when clicking the button.
Example
<kendo:pivotConfiguratorButton configurator="configurator">
</kendo:pivotConfiguratorButton>
text java.lang.String
The text of the button.
Example
<kendo:pivotConfiguratorButton text="text">
</kendo:pivotConfiguratorButton>