读书人

gxt 正题

发布时间: 2012-08-31 12:55:03 作者: rapoo

gxt 主题

在使用gxt的时候,我们会注意到页面的主题,

如果我们想改变主题的时候应该进行相应的配置了:

在google中搜到了下面的内容:

http://tutorialsjava.com/2009/08/25/changing-the-theme-of-an-ext-gwt-application/

http://www.sencha.com/forum/showthread.php?95368-Problem-with-GXT-themes

通过在onModuleLoad中修改主题

?

但是其实还有另外的方法:

就是在*.gwt.xml中引用css

 <stylesheet src="../gxt/themes/slate/css/xtheme-slate.css"/>

?而我使用的就是在*.gwt.xml中引用该文件,实现加载css

读书人网 >Web前端

热点推荐