Releases: keejelo/EasyDialogBox
Releases · keejelo/EasyDialogBox
EasyDialogBox 1.735.52
- Changed drag'n'drop reactivation eventcode that switches between dialogboxes from 'click' to 'mouseenter',
when using several dialogboxes at the same time.
Tested working in Win10 with latest Chrome, Firefox, Edge and IE9-11
EasyDialogBox 1.735.51
Now possible to use several dialogboxes at the same time when using "dlg-disable-overlay".
EasyDialogBox 1.735.50
Did some cleaning
EasyDialogBox 1.735.49
- Fixed a bug in method "myObj.center()"
- Made some methods returning the object itself so they can be cascaded/chained,
and used for example like this: myObj.width(500).height(300).show();
EasyDialogBox 1.735.48
Fixed an error in method: height()
EasyDialogBox 1.735.47
Added a method to center the dialog in window.
myObj.center()
Updated the documentation.
EasyDialogBox 1.735.46
Added four methods for adjusting the dialog size and position:
.width()
.height()
.xPos()
.yPos()
EasyDialogBox 1.735.45
Fixed a bug in the internal function "scrollBarFix" that could cause the padding to decrease if running
the function several times. This is now corrected.
EasyDialogBox 1.735.44
- Updated function to change dialog bordercolor and heading backgroundcolor.
- Updated the documentation and Javascript live examples a little.
EasyDialogBox 1.735.43
Added a fix for the "obj.onCreate" function, it was not firing when defined as a custom function.
It now works, but runs async after "create" function, since the object must first be created for
"obj.onCreate" function to be able to execute.