setFocus
Sets the cursor focus to a specific control and optionally selects the existing text.
Parameters
Example Usages
app.setFocus("adrName"); //set focus and place cursor after existing text
app.setFocus("adrName", true); //set focus and select the existing textReturn Values
Last updated