<kendo:wizard-step-buttons>

Allows configuration of the buttons to be rendered on each step. If the array contains strings, those values will be taken as Buttons names. If the array contains objects, those will be used when initializing the actual Button instances on each step.

Example

<kendo:wizard-step>
    <kendo:wizard-step-buttons></kendo:wizard-step-buttons>
</kendo:wizard-step>

Configuration Attributes

Configuration JSP Tags

kendo:wizard-step-button

Allows configuration of the buttons to be rendered on each step. If the array contains strings, those values will be taken as Buttons names. If the array contains objects, those will be used when initializing the actual Button instances on each step.

More documentation is available at kendo:wizard-step-button.

Example

<kendo:wizard-step-buttons>
    <kendo:wizard-step-button></kendo:wizard-step-button>
</kendo:wizard-step-buttons>
In this article
Not finding the help you need?