Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is everything in Ext js blue?

Sure, the blue is nice and it has a nice office look but you wouldn't want all applications to have the same color. Is it easy customize the look in ext js?

like image 396
marko Avatar asked Feb 28 '10 14:02

marko


1 Answers

Theming Ext JS is much easier in 3.x than it was in 2.x. If you'd like to purchase a new theme, a new site has popped up with for-sale themes: extthemes.com. You could even contact the developer if you'd like a custom theme built.

If you'd like to try it yourself, simply make a copy and rename resources/xtheme-gray.css and resources/images/gray, and start changing css!

One final option is to use the Ext JS theme generator, which is a ruby-powered development tool which is open sourced on github. This is very new and I'm really excited about it.

like image 109
Jonathan Julian Avatar answered Sep 21 '22 04:09

Jonathan Julian