m (formatting) |
|||
Line 7: | Line 7: | ||
;Can be used on | ;Can be used on | ||
− | : [[GnEditText]] | + | : <code>[[GnEditText]]</code> |
− | : [[GnAutoCompleteTextView]] | + | : <code>[[GnAutoCompleteTextView]]</code> |
==Event signature== | ==Event signature== | ||
− | ;<code>gn:act_setOnTypingEnd="action{n}"</code> | + | :;<code>gn:act_setOnTypingEnd="action{n}"</code> |
===Example=== | ===Example=== | ||
− | <code>gn:act_setOnTypingEnd="[gn:act_trigger]|[@+id/addRecipientOfProtocolValidation,gn:act_set]"</code> | + | :;<code>gn:act_setOnTypingEnd="[gn:act_trigger]|[@+id/addRecipientOfProtocolValidation,gn:act_set]"</code> |
<hr> | <hr> |
Revision as of 21:08, 12 July 2017
Contents
gn:act_setOnTypingEnd
- Description
- Event executed when the user stops typing
- Can be used on
GnEditText
GnAutoCompleteTextView
Event signature
gn:act_setOnTypingEnd="action{n}"
Example
gn:act_setOnTypingEnd="[gn:act_trigger]|[@+id/addRecipientOfProtocolValidation,gn:act_set]"