(Created page with "<div style="float:right; clear:both; margin-left:0.5em;">__TOC__</div> <span STYLE="font-size: xx-large"><code>gn:act_backLoad</code></span> Category:Action_Sets <code>...") |
m (formatting) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<div style="float:right; clear:both; margin-left:0.5em;">__TOC__</div> | <div style="float:right; clear:both; margin-left:0.5em;">__TOC__</div> | ||
<span STYLE="font-size: xx-large"><code>gn:act_backLoad</code></span> | <span STYLE="font-size: xx-large"><code>gn:act_backLoad</code></span> | ||
− | [[Category: | + | [[Category:Events]] |
− | + | ;Description | |
+ | : Event executed when user returns to this screen via hardware back button or using <code>[[gn:act_goLayoutBack]]</code> | ||
− | ;Can be used on widgets | + | ;Can be used on |
+ | : all [[:Category:Widgets|widgets]] | ||
− | + | ==Event signature== | |
+ | :;<code>gn:act_backLoad="action{n}"</code> | ||
− | + | ===Example=== | |
− | + | :<code>gn:act_backLoad="[gn:act_trigger]|[@+id/addRecipientOfProtocolValidation,gn:act_set]"</code> | |
− | + | <hr> | |
− | == | ||
− |
Latest revision as of 22:16, 12 July 2017
Contents
gn:act_backLoad
- Description
- Event executed when user returns to this screen via hardware back button or using
gn:act_goLayoutBack
- Can be used on
- all widgets
Event signature
gn:act_backLoad="action{n}"
Example
gn:act_backLoad="[gn:act_trigger]|[@+id/addRecipientOfProtocolValidation,gn:act_set]"