m (formatting) |
|||
Line 9: | Line 9: | ||
===Load pointer=== | ===Load pointer=== | ||
+ | :;<code>[gn:act_loadPointer]|[target]</code> | ||
− | + | :{| class="wikitable sortable" style="font-size: 85%; text-align: left;" | |
− | |||
− | {| class="wikitable sortable" style="font-size: 85%; text-align: left;" | ||
|- | |- | ||
! scope="col" | Parameter | ! scope="col" | Parameter | ||
! scope="col" | Description | ! scope="col" | Description | ||
|- | |- | ||
− | | [[target]] | + | | <code>[[target]]</code> |
| [[target]] from where the while action is using value as expression parameter | | [[target]] from where the while action is using value as expression parameter | ||
* Valid [[target|targets]]: | * Valid [[target|targets]]: | ||
− | ** [[GnEditText]] | + | ** <code>[[GnEditText]]</code> |
|- | |- | ||
|} | |} | ||
====Example==== | ====Example==== | ||
− | <code>@+id/resident_package</code> - target | + | :<code>@+id/resident_package</code> - target<br> |
− | <code>[gn:act_loadPointer]|[@+id/resident_package]</code> | + | :; ⤷ <code>[gn:act_loadPointer]|[@+id/resident_package]</code> |
<hr> | <hr> |
Latest revision as of 15:47, 12 July 2017
gn:act_loadPointer
- Description
- Action used to load value for widget which contains pointer Id.
- Action returns
- void
Action signatures
Load pointer
[gn:act_loadPointer]|[target]
Parameter Description target
target from where the while action is using value as expression parameter - Valid targets:
Example
@+id/resident_package
- target
- ⤷
[gn:act_loadPointer]|[@+id/resident_package]
- ⤷