Lobibox.confirm({
msg: "Are you sure you want to delete this user?",
callback: function ($this, type, ev) {
//Your code goes here
}
});
Examples
Large Notifications
Mini notifications
For mini notifications icon and image is shown on small size and title is disabled by default. Although you can enable it by giving title parameter when initializing.