II. GUI Basics
Chapter 10. Widgets Attributes
Request Focus
Method signature
requestFocus = "
[string widget name]"
[string widget name] Any string value will be valid name for a widget.
NOTE: The Focus Request can't be set on the application view that is still loading.
Examples
In this example we will be using a edit widget.
.. setName="edit_widget" requestFocus ="edit_widget"
Back
Next