-
31 Mar 2012 6:02 AM #1
Unanswered: use themes access and slate
Unanswered: use themes access and slate
how to use themes access and slate in my web application ??
can you explain to me step by step please....
-
1 Apr 2012 11:18 PM #2
STEP 1 -> Add the following entry to you projects module xml file.
STEP 2 -> Add combobox where you want to see itCode:<inherits name='com.extjs.gxt.themes.Themes' />
Code:ThemeSelector selector = new ThemeSelector(); toolBar.add(selector);


Reply With Quote