<kendo:wizard-messages>

Provides configuration options for the messages present in the Wizard widget.

Example

<kendo:wizard>
    <kendo:wizard-messages></kendo:wizard-messages>
</kendo:wizard>

Configuration Attributes

done java.lang.String

Specifies text to be rendered in the "Done" button on the final step.

Example

<kendo:wizard-messages done="done">
</kendo:wizard-messages>

next java.lang.String

Specifies text to be rendered in the "Next" button on each step.

Example

<kendo:wizard-messages next="next">
</kendo:wizard-messages>

of java.lang.String

Specifies text to be rendered in the Pager element.

Example

<kendo:wizard-messages of="of">
</kendo:wizard-messages>

previous java.lang.String

Specifies text to be rendered in the "Previous" button on each step.

Example

<kendo:wizard-messages previous="previous">
</kendo:wizard-messages>

reset java.lang.String

Specifies text to be rendered in the "Reset" button on each step.

Example

<kendo:wizard-messages reset="reset">
</kendo:wizard-messages>

step java.lang.String

Specifies text to be rendered in the Pager element.

Example

<kendo:wizard-messages step="step">
</kendo:wizard-messages>
In this article
Not finding the help you need?