Skip to content
Snippets Groups Projects
This project is mirrored from https://*****@github.com/iqb-berlin/verona-modules-aspect.git. Pull mirroring updated .
  1. Apr 25, 2022
    • rhenck's avatar
      [editor] Improve button properties panel · aa541c48
      rhenck authored
      - Add fieldset to make it look nicer.
      - Improve image to have fixed size, scale properly and show buttons only 
      on hover.
      - Improve translations
      - Add tooltip to actionparam dropdown: When having selected pageNav it 
      shows a tooltip to get across that only valid pages can show up.
      
      #240
      aa541c48
    • rhenck's avatar
      Improve visible-after-id translation · 732d6502
      rhenck authored
      732d6502
  2. Apr 19, 2022
  3. Apr 14, 2022
  4. Apr 13, 2022
  5. Apr 07, 2022
  6. Apr 05, 2022
  7. Mar 31, 2022
  8. Mar 28, 2022
    • rhenck's avatar
      Add software keyboard · 6e0cf490
      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.
      6e0cf490
  9. Mar 14, 2022
    • rhenck's avatar
      Refactor grid parameters · 866a33c6
      rhenck authored
      gridColumnStart: number;
      gridColumnEnd: number;
      gridRowStart: number;
      gridRowEnd: number;
      
      becomes
      
      gridColumn: number;
      gridColumnRange: number;
      gridRow: number;
      gridRowRange: number;
      866a33c6
  10. Mar 11, 2022
  11. Mar 10, 2022
  12. Mar 09, 2022
  13. Mar 04, 2022
  14. Feb 14, 2022
  15. Feb 09, 2022
  16. Jan 28, 2022
  17. Jan 26, 2022
  18. Jan 18, 2022
  19. Dec 15, 2021
    • rhenck's avatar
      Add new position property 'fixedSize' · 47b96d9b
      rhenck authored
      This allows elements in dynamic sections to have fixed dimensions.
      
      Some modifications to property panel logic, to show dimension fields and
      proper labels.
      
      Only implmented in dropList and button elements.
      47b96d9b
  20. Dec 13, 2021
    • rhenck's avatar
      Add flex orientation for dropList · 6dd9ba11
      rhenck authored
      This new setting makes child items space around in a row with line 
      break.
      
      Images in vertical alignment now always reserve the whole row and don't 
      appear next to each other.
      6dd9ba11
  21. Dec 09, 2021
  22. Dec 08, 2021
  23. Dec 07, 2021
  24. Dec 03, 2021
  25. Nov 30, 2021
    • jojohoch's avatar
      Add property scale for video elements · f0844d0b
      jojohoch authored
      If the property is set, the video will be scaled as far as its
      container (static element or grid) allows, otherwise only up to its
      maximum native size.
      f0844d0b
    • jojohoch's avatar
      Add property scale for image elements · 87989036
      jojohoch authored
      If the property is set, the image will be scaled as far as its
      container (static element or grid) allows, otherwise only up to its
      maximum native size.
      87989036
  26. Nov 29, 2021
  27. Nov 26, 2021
  28. Nov 24, 2021
    • rhenck's avatar
      Add new general property useMinHeight · b44784b6
      rhenck authored
      Min-height should be optional for dynamically positioned elements, as 
      you usually don't need it and it causes more problems than it solves. 
      Elements with min-height have cause unexpected margins between elements.
      b44784b6
  29. Nov 23, 2021
Loading