Modifying inline CSS in head of document

2008-04-03 Thread rzechner
I want to resize the height of my pages dynamically, therefore I need to set the height of some markup elements dynamically. I don't want to use Javascript (although I found a nice solution with jquery). Is there a way to add a textblock like the following to the page header? whereas the heig

Re: Correct use of DateLabel in DataTable/AjaxFallbackDefaultDataTable

2008-03-26 Thread rzechner
Kai Mütz schrieb: rzechner <mailto:[EMAIL PROTECTED]> wrote: Hello! I am not sure about how to correctly use the DateLabel in a AjaxFallbackDefaultDataTable. The code below is oriented on the samples found in http://www.wicket-library.com/wicket-examples/repeater/ I want to display a

Correct use of DateLabel in DataTable/AjaxFallbackDefaultDataTable

2008-03-26 Thread rzechner
Hello! I am not sure about how to correctly use the DateLabel in a AjaxFallbackDefaultDataTable. The code below is oriented on the samples found in http://www.wicket-library.com/wicket-examples/repeater/ I want to display a table of events (id, name, dateBegin, dateEnd) which can also be sel