jquery ui、YUI 或 dojo 或其他模拟浏览器选项卡的框架
有很多框架(jquery、dojo、yui、ext js 等)都提供选项卡作为其广泛的 ui 库的一部分。但我还没有找到一个类似于您在浏览器中找到的选项卡的选项卡,该选项卡还包括最后一个带有加号的“选项卡”,允许您添加更多选项卡。
就我而言,我希望克隆选项卡,但外观将模拟浏览器的外观。
有什么建议吗?
There are plenty of frameworks (jquery, dojo, yui, ext js, etc.) that offer tabs as a part of their extensive ui library. But I have not yet found one that resembles the tabs you'd find in a browser that also includes a last 'tab' with a plus sign that allows you to add more tabs.
In my case, I wish to clone tabs, but the look would emulate the browser look.
Any suggestions?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
就小部件而言,YUI 是我能想到的最接近的:
http://developer.yahoo.com/yui/examples/tabview/addtab.html
但是,我有动力使用 dijit.layout 做类似的事情。可能需要自己构建这个。
YUI is the closest I could come up with as far as widgets are concerned:
http://developer.yahoo.com/yui/examples/tabview/addtab.html
However, I am motivated to do something similar using dijit.layout. May need to build this myself.