(Created page with "<div style="float:right; clear:both; margin-left:0.5em;">__TOC__</div> <span STYLE="font-size: xx-large"><code>gn:event_afterDropdownClosed</code></span> Category:Events...") |
m (formatting) |
||
Line 7: | Line 7: | ||
;Can be used on | ;Can be used on | ||
− | : [[GnDropDown]] | + | : <code>[[GnDropDown]]</code> |
− | : [[GnDropDownSelection]] | + | : <code>[[GnDropDownSelection]]</code> |
==Event signature== | ==Event signature== | ||
− | ;<code>gn:event_afterDropdownClosed="action{n}"</code> | + | :;<code>gn:event_afterDropdownClosed="action{n}"</code> |
===Example=== | ===Example=== | ||
− | <code>gn:event_afterDropdownClosed="[gn:act_trigger]|[@+id/addRecipientOfProtocolValidation,gn:act_set]"</code> | + | :<code>gn:event_afterDropdownClosed="[gn:act_trigger]|[@+id/addRecipientOfProtocolValidation,gn:act_set]"</code> |
<hr> | <hr> |
Latest revision as of 21:17, 12 July 2017
Contents
gn:event_afterDropdownClosed
- Description
- Event executed after
GnDropDown
orGnDropDownSelection
widget is closed.
- Can be used on
GnDropDown
GnDropDownSelection
Event signature
gn:event_afterDropdownClosed="action{n}"
Example
gn:event_afterDropdownClosed="[gn:act_trigger]|[@+id/addRecipientOfProtocolValidation,gn:act_set]"