edoc automate Guide
v26.8.4 v26.7.9 German English
Auto Light Dark
Auto Light Dark
v26.8.4 v26.7.9 German English

What is an "event" in edoc automate?

Events are events that occur with certain components (elements), e.g. a click on a button or changing a value in the input field.

You can react to the following events in views to execute actions:

  • load: When the view or component is loaded, the event is triggered.

  • click: If someone clicks on a component with the mouse, the event is triggered.

  • change: If someone changes the value of a component, the event is triggered.

  • keyup: If someone types with the keyboard, the event is triggered.

  • none: Is not a real event. You can use this event to create actions that are called by a link, for example. You can also use none temporarily to prevent the action from being executed without deleting the action.

Last updated: