This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git.
Pull mirroring updated .
- Oct 25, 2022
- Oct 21, 2022
-
-
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 18, 2022
-
-
rhenck authored
- Fix element creation to have new value objects instead of referencing the old one - Add new IDs to DropList value objects
-
rhenck authored
Options are now possibly rich text. This needs to be taken care of. Also use extra span tag to preserve all whitesoaces in the index-suffix. #279
-
- Oct 13, 2022
- Oct 12, 2022
-
-
jojohoch authored
- add translations
-
- Oct 07, 2022
-
-
rhenck authored
- Make position props on buttons optional - Move UIElement creation back to Factory instead of within Section
-
- Sep 22, 2022
-
-
rhenck authored
-
- Sep 21, 2022
-
-
rhenck authored
-
- Sep 16, 2022
-
-
rhenck authored
#294
-
- 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
-
rhenck authored
Just called from the editor, before creating the Unit instance. It goes through all IDs and checks for duplicates. If found it generates a new one and shows the prompt.
-
- Sep 12, 2022
-
-
rhenck authored
- Do ID checks only in the class, not in unit service (or elsewhere) - Fix repaired value list to get new objects instead of references to the existing.
-
- Sep 07, 2022
-
-
jojohoch authored
-
- Sep 06, 2022
-
-
jojohoch authored
-
- Aug 29, 2022
- Aug 12, 2022
-
-
rhenck authored
Aslo create new props panel component and move border stylings to separate fieldset (wihtin the styling tab). #291
-
rhenck authored
One as a general label above the table and one for the first column heading. Since this is no proper InputElement separate properties panel inputs are used. #272
-
- Aug 11, 2022
- Aug 10, 2022
- Aug 09, 2022
-
-
rhenck authored
-
rhenck authored
-
rhenck authored
-
rhenck authored
Now always shows the values as rich text (which works because basic text is valid html). Also remove some unused fields.
-
rhenck authored
Initialize to null, to be able to differentiate in the props panel. Also improve props panel layout by always showing all fields and disabling them if needed instead of hiding them. Fix translation.
-
- Aug 08, 2022
-
-
rhenck authored
-
- Aug 03, 2022
-
-
rhenck authored
-
- Aug 02, 2022
-
-
rhenck authored
Also add it to the likert row dialog. #112
-
rhenck authored
Also refactor properties panel and ToggleButton class logic for striking values. This now relies more on CSS classes provided by Material instead of doing finetuned logic my ourselves. This also allows showing the correct preview in the editor. #287
-