YUI3在TabView中查找当前选项卡
我正在使用 YUI3 TabView 组件,我希望能够获取当前所选选项卡的索引。我一直在查看 api 文档,但似乎找不到相关的方法来执行此操作。
http://developer.yahoo.com/yui/3/api/module_tabview.html谢谢
!
I'm using YUI3 TabView component, and I'd like to be able to get the index of the currently selected tab. I've been looking through the api docs, but can't seem to find the relevant way to do this.
http://developer.yahoo.com/yui/3/api/module_tabview.html
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您使用“tabview.get('selection')”作为参数,“indexOf”实际上可以工作。
例子:
"indexOf" actually works if you use the "tabview.get('selection')" as the argument.
Example: