Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
3.1.0 source code.tar.gz | 2024-10-22 | 131.3 kB | |
3.1.0 source code.zip | 2024-10-22 | 146.5 kB | |
README.md | 2024-10-22 | 1.0 kB | |
Totals: 3 Items | 278.8 kB | 0 |
- dialog boxes are now draggable by default; see the newly added
draggable
property; see #38 and thanks LukeSavefrogs for suggesting this A LONG TIME AGO! - added the
onOpen
event which triggers after the dialog box is made visible; see #39; thanks LukeSavefrogs for suggesting this A LONG TIME AGO! - added the
onBeforeClose
event which triggers before the dialog is hidden; useful for validating input prompts and not closing the dialog box in case the input is not valid - added
placeholder
property to be used withprompt
type dialog boxes - added
prompt_rows
which when set to a value greater than1
will turn theinput
element in aprompt
dialog box to atextarea
- fixed bug where page scrolling was not disabled when opening modal dialog boxes even though
disable_page_scrolling
was set totrue
by default