You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Peter Ertl (JIRA)" <ji...@apache.org> on 2007/12/14 15:03:44 UTC

[jira] Updated: (WICKET-1228) for input components, provide focus + select input value in ajax

     [ https://issues.apache.org/jira/browse/WICKET-1228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Peter Ertl updated WICKET-1228:
-------------------------------

    Attachment: FocusAndSelectInputComponent.patch

> for input components, provide focus + select input value in ajax
> ----------------------------------------------------------------
>
>                 Key: WICKET-1228
>                 URL: https://issues.apache.org/jira/browse/WICKET-1228
>             Project: Wicket
>          Issue Type: Improvement
>            Reporter: Peter Ertl
>         Attachments: FocusAndSelectInputComponent.patch
>
>
> It's quite common that you need to set focus on a input component (text field, text area) and select the current input value.
> therefore it would be nice if you could add my patch
> AjaxRequestTarget#focusInputComponent(Component)
> it will call
>   #component.focus()
> plus 
>   
>   #component.select()
> in javascript.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.