PDA

View Full Version : ThemeSelector : change theme without reload


nseb
04-24-2008, 06:02 AM
Hi ,

it's possible to change theme without reload , like as extjs ?
can use ext's theme with gxt ?

Best Regards,
Sebastien.

micgala
03-18-2009, 09:30 AM
Hi, since this was not answered, I bring it back here:

Is it still not possible to change the theme without restarting the application, like we had in ext-js?

If not, is there any reason why?

Thanks,
Michel.

sven
03-18-2009, 09:39 AM
Sure you can just swap the css files and the look will change. If you want this without a reload you can easily implement it.

micgala
03-23-2009, 12:47 PM
Hi Sven.

Could you please guide me on how to do it?

I guess I would need to use CSS class for this, right?

I would need to remove the old one (what is the id?)
and then I would need to add the new one...

Is this the way?