有没有好的 Tapestry 5 组件来实现选项卡/选项卡式导航?

发布于 2024-08-03 06:51:37 字数 24 浏览 3 评论 0原文

另外,如果有的话,您会推荐哪一个?

Also, if there are, which would you recommend?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(5

我要还你自由 2024-08-10 06:51:37

如果您正在寻找的话,我认为没有任何成熟的组件。 此项目现已停止。

然而,这里有一个创建选项卡面板的很好的指南:

http://wiki.apache.org/ Tapestry/Tapestry5HowToCreateATabPanel

以及关于如何创建第一个项目的博客文章:

http://blog.torr.redijedi.com/2007/08/t5-tab-component.html

I don't think there are any mature components if that's what you were looking for. There is this project which is now discontinued.

There is however, a good guide to creating a tab panel here:

http://wiki.apache.org/tapestry/Tapestry5HowToCreateATabPanel

And a blog post on how that first project was created here:

http://blog.torr.redijedi.com/2007/08/t5-tab-component.html

全部不再 2024-08-10 06:51:37

嗯,现在已经有一个成熟的组件了。您绝对应该看看 https://kawwa.atosworldline.com/component/tabs 和Kawwa 组件的一般情况。

Well, there's a mature component now. You should definitely take a look at https://kawwa.atosworldline.com/component/tabs and the Kawwa components in general.

倒数 2024-08-10 06:51:37

我最近创建了一个基于 AJAX 的 TabGroup 组件,用于与 twitter-bootstrap CSS 一起使用。

用法:

<t:stitch.tabGroup active="fruitTab">
    <t:stitch.tab label="Apples">${applesContent}</t:stitch.tab>
    <t:stitch.tab label="Oranges">${orangesContent}</t:stitch.tab>
    <t:stitch.tab label="Pears">${pearsContent}</t:stitch.tab>
</t:stitch.tabGroup>

代码/演示:

I recently created an AJAX based TabGroup component for use with the twitter-bootstrap CSS.

Usage:

<t:stitch.tabGroup active="fruitTab">
    <t:stitch.tab label="Apples">${applesContent}</t:stitch.tab>
    <t:stitch.tab label="Oranges">${orangesContent}</t:stitch.tab>
    <t:stitch.tab label="Pears">${pearsContent}</t:stitch.tab>
</t:stitch.tabGroup>

Code/Demo:

血之狂魔 2024-08-10 06:51:37

我认为也没有任何成熟的组件(就我所见)。

您可以使用一些专用的 DHTML 组件,例如 DHTMLX

我们在我们的客户项目中经常使用它,它真的很棒!

I don't think there are any mature components too (for what I saw).

You can use some dedicated DHTML components, like DHTMLX.

We use it a lot in our project for our customers, and it's really great !

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