m (added Category:Lifecycle Events) |
|||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
<span STYLE="font-size: xx-large"><code>gn:act_afterLoad</code></span> | <span STYLE="font-size: xx-large"><code>gn:act_afterLoad</code></span> | ||
[[Category:Events]] | [[Category:Events]] | ||
+ | [[Category:Lifecycle Events]] | ||
;Description | ;Description | ||
Line 11: | Line 12: | ||
==Event signature== | ==Event signature== | ||
− | ;<code>gn:act_afterLoad="action{n}"</code> | + | :;<code>gn:act_afterLoad="action{n}"</code> |
===Example=== | ===Example=== | ||
− | <code>gn:act_afterLoad="[gn:act_trigger]|[@+id/addRecipientOfProtocolValidation,gn:act_set]"</code> | + | :<code>gn:act_afterLoad="[gn:act_trigger]|[@+id/addRecipientOfProtocolValidation,gn:act_set]"</code> |
<hr> | <hr> |
Latest revision as of 18:36, 24 January 2018
Contents
gn:act_afterLoad
- Description
- Event executed after screen is loaded.
- This means that it’s also executed after
gn:act_beforeLoad
- Can be used on
- all widgets
Event signature
gn:act_afterLoad="action{n}"
Example
gn:act_afterLoad="[gn:act_trigger]|[@+id/addRecipientOfProtocolValidation,gn:act_set]"