Default settings
new AZWindow(
{
azWindowTitle: "",
azWindowText: "",
azWindowWidth: 300,
azWindowHeight: 150,
azWindowContentHeight: false,
azWindowPositionTop: 0,
azWindowModal: false,
azWindowTitlebar: true,
azWindowTitlebarClose: true,
azWindowAnimation: true,
azWindowNoParentScroll: false,
azWindowBackground: true,
azWindowBackgroundColor: "",
azWindowColor: "",
azWindowTitlebarBackgroundColor: "",
azWindowTitlebarColor: "",
azWindowButton: {
Button1: false,
TypeButton1: "primary",
SizeButton1: "",
RoundedButton1: false,
TextButton1: "",
Button2: false,
TypeButton2: "info",
SizeButton2: "",
RoundedButton2: false,
TextButton2: ""
}
});