You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+**bugfix** in `close()` method (calling `close()` on an already closed panel caused an error)
6
+
+**updated** option `onwindowresize`
7
+
+**updated** option `onparentresize`
8
+
9
+
So far the two options `onwindowresize` and `onparentresize` could be set with either boolean `true` to start a preset behaviour or with a `function` to start a custom behaviour on the corresponding resize events. Now you can also set options `onwindowresize` and `onparentresize` with an object optionally allowing the use of both the preset behaviour AND an additional custom behaviour.
> As of v4.11.0-beta methods `jsPanel.ajax()` and `jsPanel.fetch()` are updated. That also affects options `contentAjax` and `contentFetch`. These updates might break existing code. So please check the docs on https://jspanel.de/
Copy file name to clipboardexpand all lines: dist/extensions/contextmenu/jspanel.contextmenu.js
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
/**
2
2
* jsPanel - A JavaScript library to create highly configurable multifunctional floating panels that can also be used as modal, tooltip, hint or contextmenu
Copy file name to clipboardexpand all lines: dist/extensions/datepicker/jspanel.datepicker.js
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
/**
2
2
* jsPanel - A JavaScript library to create highly configurable multifunctional floating panels that can also be used as modal, tooltip, hint or contextmenu
Copy file name to clipboardexpand all lines: dist/extensions/datepicker/theme/default.css
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
/**
2
2
* jsPanel - A JavaScript library to create highly configurable multifunctional floating panels that can also be used as modal, tooltip, hint or contextmenu
Copy file name to clipboardexpand all lines: dist/extensions/dock/jspanel.dock.js
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
/**
2
2
* jsPanel - A JavaScript library to create highly configurable multifunctional floating panels that can also be used as modal, tooltip, hint or contextmenu
Copy file name to clipboardexpand all lines: dist/extensions/hint/jspanel.hint.js
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
/**
2
2
* jsPanel - A JavaScript library to create highly configurable multifunctional floating panels that can also be used as modal, tooltip, hint or contextmenu
Copy file name to clipboardexpand all lines: dist/extensions/layout/jspanel.layout.js
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
/**
2
2
* jsPanel - A JavaScript library to create highly configurable multifunctional floating panels that can also be used as modal, tooltip, hint or contextmenu
Copy file name to clipboardexpand all lines: dist/extensions/modal/jspanel.modal.js
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
/**
2
2
* jsPanel - A JavaScript library to create highly configurable multifunctional floating panels that can also be used as modal, tooltip, hint or contextmenu
Copy file name to clipboardexpand all lines: dist/extensions/tooltip/jspanel.tooltip.js
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
/**
2
2
* jsPanel - A JavaScript library to create highly configurable multifunctional floating panels that can also be used as modal, tooltip, hint or contextmenu
Copy file name to clipboardexpand all lines: dist/jspanel.css
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
/**
2
2
* jsPanel - A JavaScript library to create highly configurable multifunctional floating panels that can also be used as modal, tooltip, hint or contextmenu
Copy file name to clipboardexpand all lines: dist/jspanel.js
+43-15
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
/**
2
2
* jsPanel - A JavaScript library to create highly configurable multifunctional floating panels that can also be used as modal, tooltip, hint or contextmenu
Copy file name to clipboardexpand all lines: es6module/extensions/contextmenu/jspanel.contextmenu.js
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
/**
2
2
* jsPanel - A JavaScript library to create highly configurable multifunctional floating panels that can also be used as modal, tooltip, hint or contextmenu
Copy file name to clipboardexpand all lines: es6module/extensions/datepicker/jspanel.datepicker.js
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
/**
2
2
* jsPanel - A JavaScript library to create highly configurable multifunctional floating panels that can also be used as modal, tooltip, hint or contextmenu
Copy file name to clipboardexpand all lines: es6module/extensions/datepicker/theme/default.css
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
/**
2
2
* jsPanel - A JavaScript library to create highly configurable multifunctional floating panels that can also be used as modal, tooltip, hint or contextmenu
Copy file name to clipboardexpand all lines: es6module/extensions/dock/jspanel.dock.js
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
/**
2
2
* jsPanel - A JavaScript library to create highly configurable multifunctional floating panels that can also be used as modal, tooltip, hint or contextmenu
Copy file name to clipboardexpand all lines: es6module/extensions/hint/jspanel.hint.js
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
/**
2
2
* jsPanel - A JavaScript library to create highly configurable multifunctional floating panels that can also be used as modal, tooltip, hint or contextmenu
Copy file name to clipboardexpand all lines: es6module/extensions/layout/jspanel.layout.js
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
/**
2
2
* jsPanel - A JavaScript library to create highly configurable multifunctional floating panels that can also be used as modal, tooltip, hint or contextmenu
Copy file name to clipboardexpand all lines: es6module/extensions/modal/jspanel.modal.js
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
/**
2
2
* jsPanel - A JavaScript library to create highly configurable multifunctional floating panels that can also be used as modal, tooltip, hint or contextmenu
Copy file name to clipboardexpand all lines: es6module/extensions/tooltip/jspanel.tooltip.js
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
/**
2
2
* jsPanel - A JavaScript library to create highly configurable multifunctional floating panels that can also be used as modal, tooltip, hint or contextmenu
Copy file name to clipboardexpand all lines: es6module/jspanel.css
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
/**
2
2
* jsPanel - A JavaScript library to create highly configurable multifunctional floating panels that can also be used as modal, tooltip, hint or contextmenu
0 commit comments