getContainer()
returns the HTML element of Window
getContainer(): HTMLElement;
Returns:
The HTML element.
Example
dhxWindow.getContainer();
// -> div.dhx_popup.dhx_widget.dhx_popup--window
Change log:
added in v6.3
returns the HTML element of Window
The HTML element.
Example
dhxWindow.getContainer();
// -> div.dhx_popup.dhx_widget.dhx_popup--window
added in v6.3