Re: ModalWindow and wicket 10

2023-11-14 Thread Sven Meier
"Sven Meier" An: "dev" Gesendet: Freitag, 20. Oktober 2023 12:16:53 Betreff: Re: ModalWindow and wicket 10 Hi, I thought we already moved the old implementation to wicket-stuff, but apparently I forgot to do it actually. For explanation: the old ModalWindow is riddled with JS

Re: ModalWindow and wicket 10

2023-11-14 Thread Korbinian Bachl
My apologies for asking, did you have any time for having a look at it yet? If not, do you need any help with it? - Ursprüngliche Mail - > Von: "Sven Meier" > An: "dev" > Gesendet: Freitag, 20. Oktober 2023 12:16:53 > Betreff: Re: ModalWindow and wi

Re: ModalWindow and wicket 10

2023-10-20 Thread Korbinian Bachl
wicket-stuff would be really nice :) - Ursprüngliche Mail - > Von: "Sven Meier" > An: "dev" > Gesendet: Freitag, 20. Oktober 2023 12:16:53 > Betreff: Re: ModalWindow and wicket 10 > Hi, > > I thought we already moved the old implementation t

Re: ModalWindow and wicket 10

2023-10-20 Thread Sven Meier
Hi, I thought we already moved the old implementation to wicket-stuff, but apparently I forgot to do it actually. For explanation: the old ModalWindow is riddled with JS and dynamically generated HTML markup which we didn't want to maintain any more. Sven On 20.10.23 11:22, Korbinian Bach

ModalWindow and wicket 10

2023-10-20 Thread Korbinian Bachl
Hi, just a short question. Since wicket 10 removed ModalWindow and insists now on using ModalDialog even so many features of ModalWindow aren't in ModalDialog existing (for example closeCallback, resize, move, header, closebutton, init of width, height etc.etc). Would it maybe possible if the