Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen Revision Vorhergehende Überarbeitung | |||
en:modul:m291:learningunits:lu06:theorie:01 [2025/04/25 09:57] – vdemir | en:modul:m291:learningunits:lu06:theorie:01 [2025/04/25 10:17] (aktuell) – vdemir | ||
---|---|---|---|
Zeile 2: | Zeile 2: | ||
===== Learning ojectives ===== | ===== Learning ojectives ===== | ||
- | - .... | + | - Be able to explain the objectives of event handling and give examples. |
+ | - Be able to name actions that can follow events. | ||
+ | - Be able to use simple Vue events. | ||
===== Introduction ===== | ===== Introduction ===== | ||
- | ???? | + | After discussing the topic of //vue directives// |
+ | 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. | ||
+ | |||
+ | ===== Examples for events ===== | ||
+ | * Forms: Open, display, input, change, delete, close | ||
+ | * Form input fields: when changed, when touched with mouse pointer, when clicked, when double-clicked, | ||
+ | * Command buttons: when approaching, | ||
===== Source ===== | ===== Source ===== | ||
- | * [[https:// | + | * [[https:// |
- | + | ||
- | + | ||
- | ===== ??? ===== | + | |
- | ???? | + | |
===== Vocabulary ===== | ===== Vocabulary ===== |