Hi
I want to display custom message using below code. How it can be done. I want Title shouldbe BOLD , Left SIde & Bold line should appear below after Title. Then Body & Ok.Cancel buttons.
As of now Title is appearing in Centre & line appears just below text . I want line should be full width.
function ShowPopup(heading, body, type) {
swalInit.fire({
title: `
${heading}
`,
html: `${body}
`,
icon: type,
position: 'center', // Adjust position as needed
allowOutsideClick: false,
confirmButtonText: 'OK',
timer: 6000
});
}
Thanks
Gowtham CpPosted Aug 22, 2024, 4:22 AM
use this code: