gn:act_disableWidget
- Description
- Action used to disable single or multiple widgets when action is executed. When action is executed widgets are not clickable, not enabled (greyed out) and opacity is set to 38%
- Action returns
- void
Action signatures
Disable widgets
[gn:act_disableWidget]|[target{n};interrupted]
Parameter Description target{n}
target which will be disabled interrupted{n}
(fullIIoT)interrupted defines if the action will be executed as a part of normal action flow or the remaining actions will be executed after interrupt
Example
@+id/rental_rentOutDate,@+id/rental_plannedEndDate
- widgets
- ⤷
[gn:act_disableWidget]|[@+id/rental_rentOutDate,@+id/rental_plannedEndDate]
- ⤷