gn:act_changeText
- Description
- Action used to change the text value of widget
- Action returns
- void
Action signatures
Change the text value
[gn:act_changeText]|[target,source]
Parameter Description target
target where the text value will be changed - Valid targets:
source
source from where the new value will be used
Example
@+id/btnShowList
-GnButton
@+id/locationResultText
- source
- ⤷
[gn:act_changeText]|[@+id/btnShowList,@+id/locationResultText]
- ⤷