Source code for using modal window

Hi again,

I’m looking for the source code for the usage of the Window component as described there https://demo.vaadin.com/sampler/#ui/structure/window

Thanks in advance !

Hi Alexandre
You can find the source code by clicking the i symbol in the top-right corner of your linked demo page, and then clicking source.

Btw: that demo is built with Vaadin 8. If you would like source code for a functionally similar Dialog (vaadin 10+ name for Window) for Vaadin 14, check [this]
(https://github.com/johannesh2/dialog-example-with-vaadin) out (short demo video in [this blog post]
(https://vaadin.com/blog/vaadin-14.2-feature-update-is-in-beta)).

Great Kaspar thx a lot’s