Problem with Viewport

Hello

I have a Layout with 4 cells. I would like to open a window inside Layout Cell “A”. My problem is that the window just moves inside the Viewport of Layout Cell “A”. As this Layout cell is small and the window big i would like to open the window over the Main Page Body as i can do this with

window.open();

Is there any solution ?

Thank you so much

Hi,

You can instantiate dhtmlxWindows object inside of the cell, so all Window widgets will be bound to this cell. Or, you can create a global dhtmlxWindows object which can be used to show a Window widget on top of any other UI.

There is no way to show Window inside of a cell and switch to global if Window doesn’t fit the cell.

In the majority of cases, you will want to use global Windows, you can show them at any position, so it may look as Window inside of the cell, if necessary. Please check snippet.dhtmlx.com/aa9e3e92e

Hello Stanislav and thank you for reply.

Like in your example it works fine but this is not my problem. I did

Layout[3].cells("a").attachURL(url);

and i need to put a window from inside the attached url to the top main page.

Best regards

Unfortunately such feature is not supported.