Hi All:
I am using APEX 5.1.2. i am using apex.confirm() JavaScript API to show a modal dialog when user tries to deactivate something by clicking button "Deactivate".
Currently, the dialog has no "Title".

I think, it will be a plus if I can add a title to the dialog ... something like below.

I am ask what is the best and simplest way to achieve this (adding a title to modal dialog)?
BTW, in my case, I could have another button on the same page to popup another confirm modal dialog message. Each dialog should have its own title.
I hope I don't have to write some sort of jQuery/JS/CSS to achieve this.
Thanks!
Kevin