dialog (deprecated)
Simple Alert Dialog
dialog("Displaying some information");Alert Dialog with a Title
dialog("This is a dialog", "Displaying some information");Customizing the dialog's button
dialog("Title", "Message", "Save");
dialog("Title", "Message", { text: "Save", color: "positive" })Last updated