steps.titleString
Specifies a title of the current step.
Example
<div id="wizard"></div>
<script>
$("#wizard").kendoWizard({
steps: [{
title: "Initial step"
}]
});
</script>
In this article
String
Specifies a title of the current step.
<div id="wizard"></div>
<script>
$("#wizard").kendoWizard({
steps: [{
title: "Initial step"
}]
});
</script>