Firstly, Thank you very much for this tool, it has saved me a lot of time and improved the UX of the solution.
However, I have noticed one very minor CSS issue. Basically when using showDialogProcess, I see that the code is adding the alert-js-hide class, but the error image is still appearing in the top left of the dialog.
I traced this issue to alert_2_0.css not being loaded and added the following line of code between lines 49 and 50 of alert_2_0.js and lines 64 and 65 of alert.js to resolve the issue:
"<link rel='stylesheet' href='" + baseUrl + "/WebResources/" + Alert._prefix + "/css/alert_2_0.css' />" +
This work around has fixed the problem for me but you may have a much more elegant solution!
However, I have noticed one very minor CSS issue. Basically when using showDialogProcess, I see that the code is adding the alert-js-hide class, but the error image is still appearing in the top left of the dialog.
I traced this issue to alert_2_0.css not being loaded and added the following line of code between lines 49 and 50 of alert_2_0.js and lines 64 and 65 of alert.js to resolve the issue:
"<link rel='stylesheet' href='" + baseUrl + "/WebResources/" + Alert._prefix + "/css/alert_2_0.css' />" +
This work around has fixed the problem for me but you may have a much more elegant solution!