Duration: 19:50 min
Summary: In this video, we will discuss the window widget. This widget is interesting because it gives the user a new window to interact with. It comes with predefined actions ("Refresh", "Maximize", "Minimize", "Close"). There is also the "Custom" action that we handle (we will do that in this video). In addition to the basic properties (like visible, content, width, height, draggable...), we can set the modal property. This property helps you decide if the user is able to interact with the rest of the application while the window is open. We will handle the open, close, activate, deactivate, refresh, and resize events and log the appropriate information to the console.