CKEditor5 plugin shim to support deprecated Model in CKEditor 41.3.1
Drupal 10.3 uses CKEditor 41.3.1, which changed Model
to ViewModel
.
To support both Drupal 10.2 and 10.3, you can use this shim.
Make sure you have this in global.d.ts
:
Drupal 10.3 uses CKEditor 41.3.1, which changed Model
to ViewModel
.
To support both Drupal 10.2 and 10.3, you can use this shim.
Make sure you have this in global.d.ts
:
To brush up on, and solidify my javascript knowledge, I'm currently going through the book "Eloquent Javascript", and came across the brief mention of "load" and "unload" events. I'm well aware of and use the "load" event all the time, but I haven't actually needed to use the "unload" event in any custom js code of mine before, so while the book doesn't really go into any detail I looked at the MDN's "beforeunload" documentation for some more info.
At the beginning of November 2017, I was contracted by LAB to work on the Hemsley Fraser France website (https://www.demos.fr/). The work was primarily focused on the discovery and display of the catalogue of courses offered. This involved setting up of the ajax enabled course search, and using the Search API to provide more advanced course search capability, as well as integrating with views.
Some very useful updates have been introduced to Chrome's developer tools in Chrome 68.
Amongst them, Eager evaluation, function argument hints and autocompletion: