setFocus
Sets the cursor focus to a specific control and optionally selects the existing text.
Parameters
Example Usages
brixxApi.setFocus("adrName"); //set focus and palce cursor after existing text
brixxApi.setFocus("adrName", true); //set focus and select the existing textLast updated