This function is used to display a DialogBox.
Syntax:
DialogBox(Message,Optional:Title, DialogType: Message/Alert/Confirm, Button1Title, Optional:Button2Title, Optional:Button3Title, Optional:ImageUrl/Icon, Optional:IconColor, Optional:CssClass)
Message: This is the string to be displayed in the message box
Title: The title of the message box
Dialog Type: Type of Dialog: Message/Alert/Confirm
Button1Title :Title of Button1
Button2Title :Title of Button2
Button3Title :Title of Button3
Example: 1
DialogBox(“Please choose your availability”,”Meeting Invite”,Confirm,”Yes”,””,”No”,”fa fa-check-circle”,”green”)
(figure 1)
(figure 2)
Dialog box with icon in green color will be displayed.