Skip to content

Instantly share code, notes, and snippets.

View stephan1827's full-sized avatar

Stephan Stricker stephan1827

  • B&R Industrial Automation
  • Germany
View GitHub Profile
@stephan1827
stephan1827 / mappView - Button to acknowledge one or all alarms in list
Last active September 26, 2019 18:59
Button to acknowledge one or all alarms in list
<EventBinding id="ConditionAlarm_content.btnAckAlarm.Click">
<Source contentRefId="ConditionAlarm_content" widgetRefId="btnAckAlarm" xsi:type="widgets.brease.Button.Event" event="Click" />
<EventHandler>
<Action>
<Target xsi:type="widgets.brease.AlarmList.Action" contentRefId="ConditionAlarm_content" widgetRefId="alaListCM" >
<Method xsi:type="widgets.brease.AlarmList.Action.Acknowledge" />
</Target>
</Action>
</EventHandler>
</EventBinding>