Skip to content

Releases: keejelo/EasyDialogBox

EasyDialogBox 1.735.52

12 Jul 15:39
fdc0afa
Compare
Choose a tag to compare
  • 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

12 Jul 11:58
9357236
Compare
Choose a tag to compare

Now possible to use several dialogboxes at the same time when using "dlg-disable-overlay".

EasyDialogBox 1.735.50

12 Jul 08:36
d724e9e
Compare
Choose a tag to compare

Did some cleaning

EasyDialogBox 1.735.49

11 Jul 13:57
5ce34bc
Compare
Choose a tag to compare
  • 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

05 Jul 09:48
2ed9a16
Compare
Choose a tag to compare

Fixed an error in method: height()

EasyDialogBox 1.735.47

05 Jul 07:07
187f87a
Compare
Choose a tag to compare

Added a method to center the dialog in window.
myObj.center()

Updated the documentation.

EasyDialogBox 1.735.46

03 Jul 13:39
e02243e
Compare
Choose a tag to compare

Added four methods for adjusting the dialog size and position:
.width()
.height()
.xPos()
.yPos()

EasyDialogBox 1.735.45

22 Jun 14:52
a4e3f50
Compare
Choose a tag to compare

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

19 Jun 10:18
8719444
Compare
Choose a tag to compare
  • Updated function to change dialog bordercolor and heading backgroundcolor.
  • Updated the documentation and Javascript live examples a little.

EasyDialogBox 1.735.43

07 Jun 10:07
3c7d8bb
Compare
Choose a tag to compare

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.