This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git.
Pull mirroring updated .
- Nov 18, 2022
-
-
rhenck authored
Also set geometry element to always use fixed size, which is all that works anyway.
-
- Oct 27, 2022
-
-
jojohoch authored
-
- 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 13, 2022
-
-
rhenck authored
-
- Sep 21, 2022
-
-
rhenck authored
-
- 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 08, 2022
-
-
rhenck authored
-
- Aug 03, 2022
-
-
rhenck authored
-
- Aug 02, 2022
-
-
rhenck authored
- Move props to separate files - Fix typing
-
- Aug 01, 2022
-
-
rhenck authored
Also improve media element property control layout. #204
-
- May 05, 2022
- Apr 20, 2022
-
-
rhenck authored
-
- Apr 07, 2022
-
-
rhenck authored
verticalButtonAlignment is the new property for likert rows, which tells the actual radio button to either be at the top or in the middle.
-
- Apr 06, 2022
-
-
rhenck authored
-
- Apr 05, 2022
-
-
rhenck authored
-
- Apr 04, 2022
-
-
rhenck authored
Also rename LikertColumn to ColumnHeader, since it is not exclusively used by likert.
-
- Apr 01, 2022
-
-
rhenck authored
This makes for smaller more managable components.
-
- Mar 31, 2022
-
-
rhenck authored
This allows showing the contained text in multiple columns.
-
- Mar 30, 2022
- Mar 28, 2022
-
-
rhenck authored
This can be enabled for TextFields and TextAreas and shows a keyboard at the bottom of the screen. This does NOT set the field to read-only which is probably wanted in a situation where the system keyboard is not to be used. For flexibility purposes it is not implicitly set and needs to be set manually. The same goes for other input assistance settings, which should not be used in addition to the keyboard but it is allowed. The keyboard has an extra switch to additionally show french special characters.
-
- Mar 10, 2022
-
-
jojohoch authored
-
- Mar 09, 2022
-
-
jojohoch authored
-
- Mar 04, 2022
-
-
rhenck authored
-
- Mar 03, 2022
-
-
rhenck authored
-
- Mar 02, 2022
-
-
rhenck authored
- Units and element are now built via the factory. This ensures only the wanted properties are present. All others are discarded. - Since the sanatizer is supposed to check the unit defintion version it is used by player and editor and therefore put in common. This in turn makes it necessary to put the JSON resolver settings in the root-TSConfig file. - Renamed a couple of properties to have clearer names.
-
- Feb 21, 2022
-
-
rhenck authored
- Use sub components to reduce the size of the templates - Introduce field sets for input groups like dimensions and position - Improve logic to determine when to show some fields
-
- Jan 20, 2022
- Jan 18, 2022
- Jan 13, 2022
-
-
rhenck authored
-
rhenck authored
Cloze no longer has a text property and needs a way to open the TextEditor.
-
rhenck authored
Now manages it's width and height itself. Also has some new properties: - verticalOrientation should be self-explanatory - dynamicWidth allows the user to set a width manually. The buttons on the element automatically stretch to meet the set width (or height).
-
- Dec 16, 2021
-
-
rhenck authored
This complicates styling and is somewhat useless as the border can also be removed by setting the border-width to 0.
-
- Dec 14, 2021
-
-
rhenck authored
Use a suffix button to activate color picker instead of having an extra form field. Also add direct input for likert line coloring color.
-