DHTMLX Docs & Samples Explorer

Notice window

Parameters:

  • id - the instance ID.
  • text - the text of the message window.
  • expire - the time after passing which the window disappears (in milliseconds).
  • type - defines a custom css class.

Full form

dhtmlx.message({
	text:"An error has occured.<br /> Please, see the log file!",
	expire:1000,
	type:"customCss" // 'customCss' - css class
});

Short form

dhtmlx.message("Your data has been successfully saved!");