LU06a - Events

  1. Be able to explain the objectives of event handling and give examples.
  2. Be able to name actions that can follow events.
  3. Be able to use simple Vue events.

After discussing the topic of vue directives in the last few weeks, the next chapter in the semester is event-handling in vue. Events are actions, that trigger further actions in the browser. For example, we press a button (event), which then performs a calculation.

Or with other words event handling is a key concept in programming that allows applications to respond to user actions like clicks, key presses, or mouse movements. It works by detecting specific events and triggering corresponding functions, known as event handlers. This mechanism is essential for creating interactive and dynamic user interfaces in web and software development.

  • Forms: Open, display, input, change, delete, close
  • Form input fields: when changed, when touched with mouse pointer, when clicked, when double-clicked, when UP or DOWN key pressed
  • Command buttons: when approaching, clicking, double-clicking
English German

Volkan Demir

  • en/modul/m291/learningunits/lu06/theorie/01.txt
  • Zuletzt geändert: 2025/04/25 10:17
  • von vdemir