使用 cssresources 的 GWT TabLayoutPanel
我想使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看 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.