ONEDITORACTION Event
It captures the event of the action button of the keyboard in a text field.
Example:
It may be defined as attribute in a node:
oneditoraction="javascript:ui.showToast('hola');"
It may be defined through script:
ui.getView(self).bind("MAP_ONEDITORACTION", "onEditorAction", eventoOnEditorAction);