edoc automate Guide
Breadcrumbs

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.