tips:webos:fieldfoucs
How to force the focus on a text field?
Use the following in your scene's assistant:
this.controller.get('myTextField_id').mojo.focus();
tips/webos/fieldfoucs.txt · Last modified: 2009/10/24 04:16 by erik
Use the following in your scene's assistant:
this.controller.get('myTextField_id').mojo.focus();