gn:act_copyDataFromRow
- Description
- Action used to copy data from selected row from
GnListView
widget to some other widget outside ofGnListView
widget.
- Action returns
- void
Action signatures
Copy data from row
[gn:act_copyDataFromRow]|[source,target]
Parameter | Description |
---|---|
source | source from where the value will be copied
|
target | target where the value will be stored
|
Example
@+id/resident_nfcTagUid
- GnEditText
@+id/lstRowResidentNfcTagUid
- GnTextView
[gn:act_copyDataFromRow]|[@+id/resident_nfcTagUid,@+id/lstRowResidentNfcTagUid]