@tundekeller94

@tundekeller94

Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: Dynamic content #100750

    Hi Christopher,
    The header size is not a problem in my case. Thanks for confirming, I found where the issue was (unrelated to Smart HTML Elements).

    in reply to: Adding checkbox menu items #100748

    You are right, I have overlooked that property. Thank you, now everything is fine!

    in reply to: Dynamic content #100747

    Hi Christopher,
    Can I do that without external CSS?
    I mean if I do this:
    <smart-window>
    <button style=”position: absolute; left: 20px; top: 60px;”>Hello</button>
    </smart-window>
    Then the button has the position applied. I’d like to do the same with document.createElement() and windowComponent.appendChild().

    in reply to: Adding checkbox menu items #100744

    Hi Christopher,
    Interesting, it still does not want to work. It’s possible that I’m misunderstanding something so I created a codepen to show what I’m trying to do: https://codepen.io/t-nde-keller/pen/abvqXEo

    in reply to: Dynamic content #100743

    Thanks, that worked great!
    Is it also possible to define where the element is positioned that I’m adding? Normally a position: absolute with left and right attributes  should do the trick, but when I try to apply those attributes/properties to an element and I append that element to the window, it just positions the element to the top center.

Viewing 5 posts - 1 through 5 (of 5 total)