title
Optional. Adds some text into the header of a window
title?: string;
Example
const dhxWindow = new dhx.Window({
title: "DHX Window Sample"
});
dhxWindow.show();
Optional. Adds some text into the header of a window
Example
const dhxWindow = new dhx.Window({
title: "DHX Window Sample"
});
dhxWindow.show();