File modules/cms/ui/themes/default/script/openrat/dialog.js
Last commit: Wed Oct 30 22:17:22 2024 +0100 Jan Dankert UI-Refactoring: The navigation is now able to open its own dialog.
Binary file could not be displayed
Downloadmodules/cms/ui/themes/default/script/openrat/dialog.js
History Wed, 30 Oct 2024 22:17:22 +0100 Jan Dankert UI-Refactoring: The navigation is now able to open its own dialog. Wed, 16 Oct 2024 20:20:24 +0200 Jan Dankert Fix: Adding the onclick-Listener for notices must use the new function. Fri, 11 Feb 2022 01:41:54 +0100 dankert Fix: Reading dirty marker. Fri, 11 Feb 2022 01:28:51 +0100 dankert Fixed some UI problems: The dialogs are now closed after submitting the data; Workbench is reloaded after login/logout. Fri, 17 Dec 2021 04:29:47 +0100 dankert New: Opening a dialog creates a new entry in history api. So, using the back button will close the dialog. Tue, 30 Nov 2021 00:25:32 +0100 Jan Dankert Cleanup the notices. Wed, 14 Apr 2021 00:26:41 +0200 Jan Dankert Fix: 'unbind()' is unsupported in OQuery (and deprecated in JQuery). Thu, 1 Apr 2021 23:16:03 +0200 Jan Dankert Fix: Close dialog on escape key. Thu, 1 Apr 2021 01:01:54 +0200 Jan Dankert New: Some fixes for OQuery, our new selfmade light JQuery replacement. Now the UI is back again. Wed, 31 Mar 2021 01:52:57 +0200 Jan Dankert New: Replace JQuery with OQuery, a selfmade light JQuery replacement. Sat, 27 Mar 2021 05:14:11 +0100 Jan Dankert Refactoring: Converting all script files to ES6 modules (work in progress); removed jquery-ui (drag and drop will be replaced by HTML5, sortable by a small lib) Wed, 17 Mar 2021 22:27:33 +0100 Jan Dankert Refactoring: Using ES6-Modules (experimental) Tue, 16 Mar 2021 23:52:22 +0100 Jan Dankert Refactoring: Use ES6 classes. Mon, 15 Mar 2021 23:29:48 +0100 Jan Dankert Refactoring: Use ES6 classes. Tue, 23 Feb 2021 01:00:33 +0100 Jan Dankert New: Undo for closed dialogs with unsaved changes. Wed, 17 Feb 2021 02:34:51 +0100 Jan Dankert Refactoring: Extract Dialog into a separate js class