使用 cssresources 的 GWT TabLayoutPanel

发布于 2024-12-20 07:45:37 字数 215 浏览 1 评论 0原文

我想使用 Cssresources 机制设置 TabLayoutPanel 的选项卡栏元素的样式。

根据此处的文档,访问栏的样式规则: .gwt-TabLayoutPanel .gwt-TabLayoutPanelTabs 选项卡栏元素

我可以设置整个面板的样式,但如何使用 Cssresources 设置 TabLayoutPanelTabs 属性的样式?

谢谢!

I would like to style the tab bar element of the TabLayoutPanel using the Cssresources mechanism.

According to the documentation here is the style rule for accessing the bar :
.gwt-TabLayoutPanel .gwt-TabLayoutPanelTabs
the tab bar element

I can set the style for the entire panel but how do I set the style for the TabLayoutPanelTabs property using Cssresources ?

Thanks!

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

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

发布评论

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

评论(1

微凉 2024-12-27 07:45:37

查看 GWT 的 ClientBundle 功能。

有人发布了一个似乎可以解决您的问题的解决方案。查看:GWT 垂直选项卡(如 iGoogle),特别是“轻量级”解决方案答案。它解释了如何为各个选项卡重载 CSS 并使其通过界面可用。

Checkout the ClientBundle feature of GWT.

Someone posted a solution that seems to address your problem. Check out: GWT Vertical Tabs like iGoogle, particularly the "lightweight" solution answer. It explains how to overload CSS for individual tabs and make them available via an interface.

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