如何在 Web 应用程序中实现选项卡容器?
在现代网络浏览器中,我们可以使用选项卡容器并行处理多个内容。我花了相当长的时间才使用名为 Struts Menu 的库在 Web 应用程序的网页中模仿类似的行为。据我了解,解决方案基本上是使用 CSS 和调用 JSP 页面的结合。
我想知道是否有其他/更简单的选项来根据页面顶部选项卡选择框的状态来呈现 html 内容?
您有使用 JSP 实现选项卡容器的想法和/或示例吗?
您有使用 Dojo/Ajax 实现选项卡容器的想法和/或示例吗?
您有使用 Rails 实现选项卡容器的想法和/或示例吗?
In modern web browsers we can work with multiple contents in parallel by using tab containers. It took me quite some time to mimic a similar behavior within a webpage of a web-app by using a library called Struts Menu. The solution as far as I understand is basically a combination of using CSS with calling JSP pages.
I was wondering if there are other/easier options to render html content depending on the state of a tab select box in top of the page?
Do you have ideas and/or examples for implementing a tab container with JSP?
Do you have ideas and/or examples for implementing a tab container with Dojo/Ajax?
Do you have ideas and/or examples for implementing a tab container with Rails?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用dojo 的dijit TabContainer。一些示例和文档此处
You can use dojo's dijit TabContainer. Some examples and documentation here