将选项卡添加到 Mozilla 的 Jetpack 面板模块中
用 XUL 制作的 Firefox 扩展有一个很好的 Tab 元素。但对于 Jetpack,我看不到任何东西可以让我在面板模块中制作选项卡式内容。
据我所知,Jetpack 使用 jQuery。创建选项卡的正确方法是包含 jQuery UI 还是有其他方法?
Firefox extensions made in XUL had a nice Tab element. But with Jetpack, I see nothing that would allow me to make tabbed content in a panel module, for example.
I understand that Jetpack uses jQuery. Would the proper way to create tabs be to include jQuery UI or is there some other approach?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,Addon SDK鼓励使用标准的Web技术而不是XUL,所以合适的方法是使用任何JS框架; jQuery UI 也应该没问题。
Yes, the Addon SDK encourages using standard web technologies instead of XUL, so the appropriate way is to use any JS framework; jQuery UI should be fine too.