Attach widows to a cell - how to write in a window

Hello, i have problem and i have wasted a lot of time trying to solve it ,
with the help of your example , i have created a a 1C cell and managed to add 2 windows in that cell. the problem is i have failed to put text in the windows i have created. i need assistance.
this is the structure

i need to insert content in html to the created windows.

Hi

var w1 = dhxWins.createWindow(“w1”, 10, 10, 300, 190);
w1.attachHTMLString(…);

more info
docs.dhtmlx.com/api__refs__dhtml … scell.html