gn:act_disableWidgetEvent
- Description
- Action is used to disable event on a widget.
- Action returns
- void
Action signatures
Show specific widgets
[gn:act_disableWidgetEvent]|[target,eventName]
Parameter Description target
target widget on which is event - Valid targets:
eventName
target Name of event which should be disabled - Valid targets:
- for GnDropDown:
- gn:act_setItemSelect
- for GnDropDown:
Example
- ⤷
[gn:act_disableWidgetEvent]|[@+id/cleanWidgets_dropdown,gn:act_setItemSelect]
- ⤷