JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Window › Adding text to Window with › Reply To: Adding text to Window with
December 10, 2024 at 4:23 pm
#111912
tbettinazzi@axioma.it
Participant
Sorry but it doesn’t seem to work.
With the following js code the window appears empty with any message I can use (also “Bye”).
const window = document.createElement(“smart-dialog-window”);
window.innerHTML= message;
- This reply was modified 1 month, 3 weeks ago by tbettinazzi@axioma.it.