如何使用 javascript 更改 YUI3 选项卡
我想提供一个使用 YUI3 更改选项卡的附加链接。
我有一个表单分布在多个选项卡上,因此在选项卡内容的底部我想要一个“继续”链接,该链接将用于下一个选项卡。
任何想法。
I want to provide an additional link to change tab using YUI3.
I have a form spread over multiple tabs, so at the bottom of tab-contents I want a 'continue' link which will take use to next tab.
any ideas.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
myTabView.selectChild(index) 是以编程方式更改选项卡的正确方法。
myTabView.selectChild(index) is the correct way to change tabs programmatically.