node
Optional. The container for a window or its id
node?: HTMLElement | string;
Example
const dhxWindow = new dhx.Window({
node:"customDiv"
});
dhxWindow.show();
Related sample: Window. Window container
Change log:
added in v6.4
Optional. The container for a window or its id
Example
const dhxWindow = new dhx.Window({
node:"customDiv"
});
dhxWindow.show();
Related sample: Window. Window container
added in v6.4