File modules/template_engine/components/html/component_editor/editor.js

Last commit: Wed Jun 1 01:14:46 2022 +0200	Jan Dankert	Fix: Multiple SimpleMDE editors on 1 page.
Binary file could not be displayed
Download modules/template_engine/components/html/component_editor/editor.js
History Wed, 1 Jun 2022 01:14:46 +0200 Jan Dankert Fix: Multiple SimpleMDE editors on 1 page. Sat, 19 Mar 2022 12:23:17 +0100 dankert Fix: Trumbowyg HTML editor needs JQuery (which I removed some time ago) Fri, 11 Mar 2022 11:54:24 +0100 dankert Fix: Show icons for SimpleMDE. Sat, 18 Dec 2021 03:47:23 +0100 dankert New: Every ES6-Module should have a minified version for performance reasons. Bad: The Minifier "Jsqueeze" is unable to minify ES6-modules, so we had to implement a simple JS-Minifier which strips out all comments. Thu, 7 Oct 2021 23:53:15 +0200 Jan Dankert Fix: Static import needs extension .js Thu, 22 Apr 2021 00:30:08 +0200 Jan Dankert Fix: Re-enable drag and drop Tue, 13 Apr 2021 23:55:43 +0200 Jan Dankert New: Dynamic load of scripts and styles for the editors. Trumbowyg needs JQuery so , so JQuery is back again (but only for this case) :( Mon, 12 Apr 2021 23:46:06 +0200 Jan Dankert New: Smaller CSS-Files, because third-party-CSS (editors...) is loaded dynamically if necessary. 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. Mon, 29 Mar 2021 01:06:08 +0200 Jan Dankert Removed common.js and moved the callbacks to the workbench module. Sat, 27 Mar 2021 19:27:16 +0100 Jan Dankert Fix: Importing SimpleMDE the right way Sat, 27 Mar 2021 19:07:54 +0100 Jan Dankert Fix: Importing Codemirror the right way Sat, 27 Mar 2021 10:19:39 +0100 Jan Dankert Fix: Register component scripts only once. 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) Tue, 16 Mar 2021 23:52:22 +0100 Jan Dankert Refactoring: Use ES6 classes. Wed, 14 Oct 2020 22:20:22 +0200 Jan Dankert Refactoring: Renamed component folders, because 'if' is no valid namespace fragment.