I think you need some javascript hacking because there is no input
field yet that could be targetted and what is the next one? Labels
dont really have a tab sequence or maybe if you use the labelfor
property somehow?

Of course this could be somehow also coded in the wicket component,
for example you set what the next one should become, and the textfield
listens for a tab (and maybe shift tab) and then does its call to the
next

2007/12/7, Niels van Kampenhout <[EMAIL PROTECTED]>:
> Hi,
>
> On a page with several AjaxEditableLabels (like [1]), is there a nice
> way to specify that the Tab key should select the next editable field
> (like ordinary input fields)? Or do I need to use some good old plain
> Javascript hacking?
>
> Thanks
> Niels
>
> [1] http://www.wicketstuff.org/wicket13/ajax/editable-label.1
>
>
>
>
> ---------------------------------------------------------------------
> 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]

Reply via email to