Title or callback
Optional
callback: ((yes) => false | void)callback. The first argument is the value entered
Jodit.Confirm("Are you sure?", "Confirm Dialog", function (yes) {
if (yes) {
// do something
}
});
If you like Jodit - try Jodit PRO
Show
confirm
dialog. Work without Jodit object