messages.stepString(default: "Step")

Specifies text to be rendered in the Pager element.

Example

<div id="wizard"></div>
<script>
$("#wizard").kendoWizard({
    steps: [
        { title: "Initial step" },
        { title: "Second step" },
        { title: "Final step" }
    ],
    messages: {
        step: "Phase"
    }
});
</script>
In this article
messages.step
Not finding the help you need?
Contact Support