有没有办法将 jQuery ThemeRoller 与 ExtJS 一起使用
我们在一个项目中使用 jQuery 和 ExtJS。 ExtJS 的自定义主题功能非常弱,我很想在 Ext 中使用 jQuery 主题引擎。这样的事情是否存在,或者这将是严格的手动且痛苦的过程?
We are using jQuery and ExtJS in a project. ExtJS's custom theming capabilities are very weak and I would LOVE to utilize the jQuery theming engine with Ext. Does such a thing exist or would it be strictly manual and painful process?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
这将是一个手动/痛苦的过程,主题/类是专门为 jQuery UI 小部件构建的(并且 themeroller 在 jQuery UI 时更新,用于新类等)。
不过,还有一些有用的选项,例如 ExtJS Color 主题更改器 和 ExtJS 主题生成器。
It would be a manual/painful process, the themes/classes are built specifically for/with the jQuery UI widgets (and themeroller is updated when jQuery UI is, for new classes and such).
There are some helpful options out there though, like the ExtJS Color theme changer and the ExtJS theme generator.
请注意,在 Ext JS 4(即将于 2011 年第一季度发布)中,主题已从头开始重新编写,并且现在基于 SASS 模板和 CSS3。据说(我还没有使用它)它会更容易定制。供参考。
Note that in Ext JS 4 (coming Q1 2011) the theming has been re-written from the ground up and is based on SASS templates and CSS3 now. Supposedly (I have not yet used it) it's going to be much, much easier to customize. FYI.
有 ExtJS 3.x 的简单在线主题生成器。
There is Simple online Theme Builder for ExtJS 3.x.