Re: DatePicker (then new one in wicket-datetime)

2007-02-20 Thread Frank Bille
I don't have absolute positioning, so the calendar works just fine :) Frank On 2/19/07, Eelco Hillenius [EMAIL PROTECTED] wrote: Frank, you are using this new datepicker... how do you use it? Eelco On 2/19/07, Johan Compagner [EMAIL PROTECTED] wrote: Filtered! So i couldn't see that nice

DatePicker (then new one in wicket-datetime)

2007-02-19 Thread Johan Compagner
i see this in that behavior: public void onRendered(Component component) { super.onRendered(component); // Append the span and img icon right after the rendering of the // component. Not as pretty as working with a panel etc, but works // for behaviors and is more

Re: DatePicker (then new one in wicket-datetime)

2007-02-19 Thread Eelco Hillenius
So this: left:140px; -- is the difference, correct? I guess the thing to do here is to append the div and maybe the image in a separate overridable methods. Eelco On 2/19/07, Johan Compagner [EMAIL PROTECTED] wrote: i see this in that behavior: public void onRendered(Component component) {

Re: DatePicker (then new one in wicket-datetime)

2007-02-19 Thread Johan Compagner
that value is just something that works for my field because that field was almost that big. But i don't want it to be after the field, but i want it to be over the field bu then completely to the right. But i think we just need to have a over ridable method yes. But what to extract? the

Re: DatePicker (then new one in wicket-datetime)

2007-02-19 Thread Eelco Hillenius
Frank, you are using this new datepicker... how do you use it? Eelco On 2/19/07, Johan Compagner [EMAIL PROTECTED] wrote: Filtered! So i couldn't see that nice picture :( How do you place the field itself? For servoy we use all CSS fixed positioning Then it doesn't work. I have to include