Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created December 20, 2017 10:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjoerntx/40102d09265367ac6f82e5771f6fc34c to your computer and use it in GitHub Desktop.
Save bjoerntx/40102d09265367ac6f82e5771f6fc34c to your computer and use it in GitHub Desktop.
function textFieldEnteredHandler(e) {
TXTextControl.getTextFields(function (e) {
var currentField = e[0];
currentField.text = "New Field Text";
}, true);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment