还有其他 GXT 主题吗?

发布于 2024-12-27 11:36:48 字数 110 浏览 3 评论 0原文

默认情况下的 GXT 主题还可以,但它们本质上都是同一事物的不同颜色的版本。环顾四周,我找不到任何有吸引力的商业或免费主题。

是否有一个寻找新主题的好地方,或者到目前为止第三方市场未能出现?

The GXT themes which come by default are ok but they're all essentially versions of the same thing with different colors. Looking around I can't find any attractive commercial or free themes.

Is there a good place to find new themes or has a third party market failed to emerge so far?

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

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

发布评论

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

评论(1

千纸鹤 2025-01-03 11:36:48

目前 GWT 的主题集确实非常小。有多种方法可以解决此问题: 首先,您可以使用其他库,例如 SmartGWT 或 ExtGWT,它们提供组件列表及其自己的皮肤集。第二种方法是覆盖 CSS 文件中 GWT 组件的样式。
在我的项目中,我使用这两种方法。使用该库,我扩展了可用组件的列表,并在 CSS 文件的帮助下更改样式,该文件覆盖了 GWT 组件类和 Id。

Currently a set themes for GWT really very small. There are several ways to solve this problem: First, you can use additional libraries, such as SmartGWT or ExtGWT, which provide a list of components and their own set of skins. The second way is to override the styles of GWT-components in your CSS file.
In my projects, I use both of these approaches. Using the library, I expand the list of available components, and changing styles with the help of CSS-file, which override the GWT-component classes and Ids.

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