Smart UI Components & Libraries – Grid, Scheduler, Gantt, Kanban for Angular, React, Next.js, Vue, Blazor, JavaScript › Forums › General Discussions › Window › Dynamic content › Reply To: Dynamic content
May 11, 2020 at 1:05 pm
#100747
Member
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().