Yes.. your jquery should work also with wicket no problem. Did you debug what is wrong?
** Martin 2011/5/10 Vitor Granzinoli Vellozo <[email protected]>: > > Yes. Imagine the Field date that has 10 digits, imagining with a mask > (dd/MM/yyyy), when the person > finish the typing of year, the cursor automatically jump to the next > component. > > So, it happens again, and again, till arrives to confirm button or something > else that will do the > submit. > > > -----Mensagem original----- > De: Martin Makundi [mailto:[email protected]] > Enviada em: terça-feira, 10 de maio de 2011 11:04 > Para: [email protected] > Assunto: Re: AutoTab > > Ah, so you mean auto jump..after keypress or something. > > ** > Martin > > 2011/5/10 Vitor Granzinoli Vellozo <[email protected]>: >> >> Because the application is for a Telephone Central, so the people Will use >> that, need be >> very fast, the time of each attendance is recorded, so they gain time if do >> not need type <TAB> to >> jump to the next Field. >> >> Everything must be very fast, lot of Ajax. >> >> >> -----Mensagem original----- >> De: Martin Makundi [mailto:[email protected]] >> Enviada em: terça-feira, 10 de maio de 2011 10:25 >> Para: [email protected] >> Assunto: Re: AutoTab >> >> Why do you want auto tab and not just add tabindex? >> >> ** >> Martin >> >> 2011/5/10 Vitor Granzinoli Vellozo <[email protected]>: >>> >>> >>> Wicketers, >>> >>> >>> >>> Someone knows if theres is a way to enable auto tabbing on wicket >>> components that are inside a Form (for example)? >>> >>> So, when I full a TextField with the maximum caracters, the cursor >>> automaticaly jump to the next component. >>> >>> >>> >>> Someone knows something about that? >>> >>> >>> >>> I created a behavior to JQuery and for a JQuery plugin that does that, >>> but it's not work, I think it's not work because >>> >>> the panel where it uses the behavior not apears in the generated (final) >>> HTML, so the javacript inserted does not >>> >>> have effect, am I right? >>> >>> >>> >>> Some solution for AutoTab? >>> >>> Wicket have something like component.setAutoTab(true); ? (if not, it >>> could be excelent!) >>> >>> >>> >>> Thanks >>> >>> Vitor >>> >>> >>> >>> >>> >>> >>> >>> Atenciosamente, >>> >>> Vitor Granzinoli Vellozo >>> >>> Applications Outsourcing >>> >>> >>> >>> CPM Braxis >>> >>> Tel: 55 21 3213 9400 >>> >>> Cel: 55 21 8896 5676 >>> >>> www.cpmbraxis.com >>> >>> >>> >>> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
