View Full Version : use themes access and slate
geovannefarell
31 Mar 2012, 6:02 AM
how to use themes access and slate in my web application ??
can you explain to me step by step please....
harun
1 Apr 2012, 11:18 PM
STEP 1 -> Add the following entry to you projects module xml file.
<inherits name='com.extjs.gxt.themes.Themes' />
STEP 2 -> Add combobox where you want to see it
ThemeSelector selector = new ThemeSelector();
toolBar.add(selector);
Powered by vBulletin® Version 4.1.5 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.