Ext3.1 21款精美主题和动态换皮肤

时间:2013-05-16 12:45:29
【文件属性】:

文件名称:Ext3.1 21款精美主题和动态换皮肤

文件大小:2.79MB

文件格式:RAR

更新时间:2013-05-16 12:45:29

Ext3 皮肤 主题

Ext动态换皮肤 1、在页面中增加一个放样式文件的地方: 2、定义一个combox,将可选样式作为数据源填入下拉列表: 定义样式数据 Ext.simpledata.themes = [ ['Default', 'ext-2.2/resources/css/xtheme-default.css'], ['Calista', 'ext-2.2/resources/css/xtheme-calista.css'], ['Gray', 'ext-2.2/resources/css/xtheme-gray.css'] ]; 定义下拉数据源和combox: var themestore = new Ext.data.SimpleStore({ fields: ['Name', 'File'], data: Ext.simpledata.themes }); this.cboTheme = new Ext.form.ComboBox({ id: 'ux-startcombo-theme', store: themestore, valueField: 'File', displayField: 'Name', mode: 'local', typeAhead: true, editable: false, triggerAction: 'all', value: 'ext-2.2/resources/css/xtheme-default.css',//先用默认的 selectOnFocus: true, width: 100 }); this.cboTheme.on('select', function(combo) { var value = combo.getValue(); Ext.util.CSS.swapStyleSheet(‘theme’, value); }, this); 3、完成。


【文件预览】:
Ext3.1Themes
----ext_theme_17.zip(205KB)
----动态更换皮肤代码.txt(1KB)
----ext_theme_4.zip(171KB)
----ext_theme_10.zip(171KB)
----ext_theme_20.zip(195KB)
----ext_theme_8.zip(174KB)
----ext_theme_18.zip(203KB)
----ext_theme_15.zip(182KB)
----ext_theme_14.zip(200KB)
----ext_theme_12.zip(181KB)
----ext_theme_7.zip(172KB)
----ext_theme_11.zip(171KB)
----ext_theme_9.zip(173KB)
----ext_theme_21_grey.zip(172KB)
----ext_theme_1.zip(170KB)
----ext_theme_5.zip(201KB)
----ext_theme_3.zip(172KB)
----ext_theme_13.zip(173KB)
----ext_theme_19.zip(202KB)
----ext_theme_2.zip(208KB)
----ext_theme_6.zip(168KB)
----ext_theme_16.zip(179KB)

网友评论

  • 还算是可以,不过感觉上几种主体除了颜色之外变化不大,而且还是显得有点老
  • 可以用,但颜色不太符合商业级系统要求
  • 根本不能用 提供的就是不呢用。 就是21个包 里面就个ALL.JS和图片 而且全部都一样。
  • 没有测试代码,不方便
  • 挺好使得~基本满足吧
  • 很不错的资源谢谢
  • ext3也可以用这个主题
  • 颜色比较相近,感谢分享
  • 不是非常好看,凑合能用
  • 还行吧,颜色有点少,只能换肤
  • 好使!不错,可以用来开发一些小众网站,色彩艳丽。
  • 很好的东西,谢谢啦
  • 好使!不错,可以用来开发一些小众网站,色彩艳丽。
  • 不错 很好用 推荐 颜色比较全,谢谢分享
  • 按照说明确实可以更换主题皮肤,但是基本上是换颜色而已,而且好多不好看
  • 还可以,但是有点不方便,就是让用户可以自己设置换肤时不方便,而且从文件夹名字中看不出是什么样式的
  • 还是不行,缺少深蓝色滴
  • 非常不错。已经参照ext3的例子弄好了!