m (formatting) |
|||
Line 7: | Line 7: | ||
;Can be used on | ;Can be used on | ||
− | : [[GnEditText]] | + | : <code>[[GnEditText]]</code> |
==Event signature== | ==Event signature== | ||
− | ;<code>gn:act_setOnFocusLost="action{n}"</code> | + | :;<code>gn:act_setOnFocusLost="action{n}"</code> |
===Example=== | ===Example=== | ||
− | <code>gn:act_setOnFocusLost="[gn:act_trigger]|[@+id/addRecipientOfProtocolValidation,gn:act_set]"</code> | + | :<code>gn:act_setOnFocusLost="[gn:act_trigger]|[@+id/addRecipientOfProtocolValidation,gn:act_set]"</code> |
<hr> | <hr> |
Latest revision as of 21:16, 12 July 2017
Contents
gn:act_setOnFocusLost
- Description
- Event executed when user clicks outside of
GnEditText
input field.
- Can be used on
GnEditText
Event signature
gn:act_setOnFocusLost="action{n}"
Example
gn:act_setOnFocusLost="[gn:act_trigger]|[@+id/addRecipientOfProtocolValidation,gn:act_set]"