RiTa
index
Name resetEnterCode()
Class RiTextField
Description Resets the key that triggers 'enter' in the text field; the default value is 10, for the enter key on most keyboards. A value of -1 will disable this trigger (so that the entered text is never processed).
Syntax
resetEnterCode(keyCodeForEnter);
Returns void
Usage Web & Application
Related