Force focus to a textbox
Is there a way to force focus to a certain textbox?
For example: if a reset button is pushed, the focused must be set to the cleared textbox and not remain on the button.
Kind regards,
Simon de Jager
Is there a way to force focus to a certain textbox?
For example: if a reset button is pushed, the focused must be set to the cleared textbox and not remain on the button.
Kind regards,
Simon de Jager
Hi Simon, this is the way ( low level tweaks )
Knowing that there's jQuery behind the scenes and looking on HTML generated by a textbox:
Add and Expression Widget, and set it with $("#root_Textbox-4-bounding-box").find("input").focus() and you just need to trigger it, where Textbox-4 it's the TextBox Id that you will find as the first property on the TextBox on the Mashup.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.