This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git.
Pull mirroring updated .
- Nov 24, 2022
- Nov 21, 2022
-
-
jojohoch authored
- If this property is set, the input of more characters than specified in maxLength is prevented - It also prevents the insertion of text.
-
- Nov 20, 2022
-
-
rhenck authored
-
- Nov 10, 2022
-
-
jojohoch authored
-
- Nov 09, 2022
-
-
jojohoch authored
-
- Nov 07, 2022
-
-
rhenck authored
- Replace Material Droplist with native HTML events - Remove simple-drop-list element; Cloze elements now use the normal DropList element - Add example units
-
- Nov 04, 2022
- Nov 03, 2022
- Nov 02, 2022
- Oct 31, 2022
-
-
jojohoch authored
- Using scrollIntoView with target 'center' was not always reliable especially in FF
-
jojohoch authored
- The workarounds for ff with setTimeout are no longer necessary in the new version and have been removed - Replace ChangeDetectorRef.detectChanges with setTimeout because the scroll button was not always reliably displayed at startup
-
- Oct 27, 2022
-
-
jojohoch authored
-
- Oct 24, 2022
- Oct 21, 2022
-
-
rhenck authored
-
jojohoch authored
-
jojohoch authored
- A HotspotImage has an image and divs placed on it, which are used as hotspots - Inherits from FormElementComponent, which is why the hotspots are kept as a list in the value property. - Can be validated as required and uses its own custom validator
-
- Oct 14, 2022
- Oct 13, 2022
- Oct 12, 2022
- Oct 05, 2022
-
-
jojohoch authored
-
- Oct 04, 2022
-
-
jojohoch authored
-
- Sep 21, 2022
-
-
rhenck authored
-
- Sep 15, 2022
-
-
rhenck authored
- remove ID handling from model classes. This is now done by the editor itself (mainly unit service). - Rename and move IDManager to editor as IDService
-
- Sep 10, 2022
- Sep 09, 2022
- Sep 08, 2022
-
-
jojohoch authored
- Use Unit's getAllElements method of Unit instead of UnitUtils.findUIElements to get all DragNDropValueObjects in UnitComponent -Remove unnecessary timeout in UnitComponent
-