如何从 YUI TabView 中选择选项卡而不根据 URL 参数单击它
我正在使用 YUI TabView 选项卡系统。
我希望能够从此 TabView 中选择某个选项卡,而无需单击它。我希望它根据我将通过 URL 传递的参数自动打开。
我需要知道要调用什么 YUI 事件才能实现这一点。
谢谢!
I'm using the YUI TabView tab system.
I want to be able to select a certain tab from this TabView without having to click it. I want it to automatically open based on arguments I'll pass via URL.
I need to know what YUI event to call to make this happen.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该能够使用“set”方法设置选项卡:
其中 myTabs 是选项卡集,tabInstance 是您要激活的选项卡。
You should be able to set the tab using the 'set' method:
where myTabs is the tabset, and tabInstance is the tab you are going to make active.