footer
Optional. Adds a footer to a window
footer?: boolean;
Example
const dhxWindow = new dhx.Window({
footer: true
});
dhxWindow.show();
Related samples:
By default a footer is initialized with no controls. To add a control into the footer, follow the instructions given in the Customization article.