How do you create window in cell in full screen layout?

Hi,

I have a ‘2U’ fullscreen init layout (with document.body as the parent) and I want to create windows that only show in cell “a”.
I have played with attachObject() and attachViewportTo() and searched the forum with no luck. :frowning:

could you please give an example?

Thank you

Hi
You need the next:

dhxWins.attachViewportTo(myLayout.cells("a").cell);

Thanks Darya worked a treat :smiley:

all i was missing was the ‘.cell’ at the end.

You are welcome!