英文:
Kendo Wizard Component Customization
问题
Kendo Wizard目前只允许向上或向下移动1步。我们有办法使所有步骤都可以单击吗?如果我在步骤1,我可以单击步骤4以查看内容或以任何方式单击任何步骤,而不仅仅是1 + -。
英文:
Right now Kendo Wizard only allows to move 1 step up or down. Do we have any way to make it all steps clickable. If I am on step 1 I can click on step 4 to see the content or click anyway to go to any step instead of only 1 +-
答案1
得分: 1
stepper.linear 是否是您要寻找的内容?
stepper: {
linear: false
},
https://docs.telerik.com/kendo-ui/api/javascript/ui/wizard/configuration/stepper.linear
英文:
Is stepper.linear what you are looking for?
stepper: {
linear: false
},
https://docs.telerik.com/kendo-ui/api/javascript/ui/wizard/configuration/stepper.linear
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论