问题描述
I have a page with a YUI TabView, inside each Tab there is a sequence of steps that you can go through with a next step button. I want to change to the next Tab whenever you click on the next button while being in the last step. I haven't been able to figure out how the Tab change occurs when you click on the actual tabs to add this functionality to the button or if its even possible. How do I make the button change change to the next tab?Thanks in advance
解决方案
你需要把tab自己编号来控制 the next one 是哪个。用队列排一下就可以了,写js。
时间: 2024-09-24 05:44:30