Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #111625

    If I’m not wrong in all window examples the window is already defined in the html and, by events, can be opened or closed.

    Is there a way to create it dinamycally ?

    I mean : in the window there’s no window defined, pressing a button I can create a new window, open it and, may be, on close delete it?

    Tks

    #111642
    Markov
    Keymaster

    Hi,

    Yes, you can define a new element when you need it. Smart UI is based on the native Web Components tech so the creation process is just like creating a regular HTML Input or HTML Button. You can create a new window or other component using the document.createElement function.

    Best regards,
    Markov

    Smart UI Team
    https://www.htmlelements.com/

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.