Re: How to support multiple themes in Wicket application.

2010-06-19 Thread Duy Do
I would like to support different layout structure, not only CSS. I will follow your help and try to do it. Thank you for your help, I really appreciated it. Duy On Tue, Jun 15, 2010 at 5:40 AM, Russell Simpkins russellsimpk...@hotmail.com wrote: I would like to support multiple themes

Re: How to support multiple themes in Wicket application.

2010-06-15 Thread wicketyan
I have not try it.but wicket component doc say supporting: Style - The style (skin) for a component is available through getStyle(), which is equivalent to getSession().getStyle(). Styles are intended to give a particular look to a Component or Resource that is independent of its Locale. For

RE: How to support multiple themes in Wicket application.

2010-06-15 Thread Chris Colman
It depends on whether your themes can be purely defined by styles or whether some layout changes are also required to support different themes. Often our themes have required some layout changes in combination with style changes and so we use markup 'variations' to handle that. -Original

RE: How to support multiple themes in Wicket application.

2010-06-15 Thread Alex Rass
! - Alex -Original Message- From: Chris Colman [mailto:chr...@stepaheadsoftware.com] Sent: Tuesday, June 15, 2010 4:56 AM To: users@wicket.apache.org Subject: RE: How to support multiple themes in Wicket application. It depends on whether your themes can be purely defined by styles

RE: How to support multiple themes in Wicket application.

2010-06-15 Thread Russell Simpkins
I would like to support multiple themes in Wicket application like Wordpress, Drupal. Could you please give me suggestion? I would make sure that every element has class set. I would also recommend always setting component.setMarkupId(String id) for your components so that you can style on