gn:act_setViewState
- Description
- Action used to change the state of any widget.
- Action returns
- void
Action signatures
Change widget state
[gn:act_setViewState]|[keyword;target{n}]
Parameter Description keyword
defines state of target widget(s) - Can be:
enabled
- enables defined widget(s)disabled
- disables defined widget(s)
target
target for which the state will be changed - Can be:
Example
enabled
- keyword+id/txtName,+id/txtEmail
- widgets
- ⤷
[gn:act_setViewState]|[enabled;+id/txtName,+id/txtEmail]
- ⤷