如何在 Web 应用程序中实现选项卡容器?

发布于 2024-08-07 22:31:31 字数 328 浏览 2 评论 0原文

在现代网络浏览器中,我们可以使用选项卡容器并行处理多个内容。我花了相当长的时间才使用名为 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

奈何桥上唱咆哮 2024-08-14 22:31:31

您可以使用dojo 的dijit TabContainer。一些示例和文档此处

You can use dojo's dijit TabContainer. Some examples and documentation here

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文