Releases: keejelo/EasyDialogBox
Releases · keejelo/EasyDialogBox
EasyDialogBox 1.735.42
-
Updated inner function that creates the dialog close [X] (top right).
Using HTML entity instead of unicode, maybe avoid the need to specify unicode charset for javascript ? -
Added a minified version of the sourcefile "easydlg.js" --> "easydlg.min.js" (12 kB)
-
Documentation updated
EasyDialogBox 1.735.37
Create easydlg.js
EasyDialogBox 1.735.36
Fixed a bug where object did not return its own element.
Should work now.
This line of code was commented out by mistake:
// ** Set reference to object itself
obj.el = document.getElementById(box.id);
EasyDialogBox 1.735.35
Update changelog.txt
EasyDialogBox 1.735.34
Update changelog.txt
EasyDialogBox 1.735.33
Added two more optional classes:
"dlg-disable-esc" which disables the Esc-key for closing the box.
"dlg-disable-clickout" which disables the ability to click outside the box to close it.
More cleanup.
EasyDialogBox 1.735.32
Minor internal fix.
EasyDialogBox 1.735.31
Update easydlg.js
EasyDialogBox 1.735.30
Update changelog.txt
EasyDialogBox 1.735.27
Cleaned up a little and did some linting.