Changes between Version 8 and Version 9 of Ticket #8180


Ignore:
Timestamp:
2020-04-12T19:14:09+02:00 (4 years ago)
Author:
simon04
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8180 – Description

    v8 v9  
    111. ~~Allow length of input box for text: <text key="somekey" text="Something" lenght="5"/>~~ :  done in r5579
    222. Label units at end of text input box: <text key="somekey" text="Long" unit="m"/>
    3 3. Make groups of input boxes <group><text xxx/></group> and allow for several columns within a group (<group columns="3">)
     33. ~~Make groups of input boxes <group><text xxx/></group> and allow for several columns within a group (<group columns="3">)~~ done in #8735
    444. ~~Maybe allow in absurdly huge presets to minimize groups~~ : treated with #9190
    555. ~~Radio buttons for checks that have two or more true values, or even where different choice might alter the key:[[br]]<radio text="Name"><button key="somekey" value="somevalue" text="A choice"/><button key="somekey" value="someothervalue" text="Another choice"/><button key="someotherkey" value="somevalue" text="A third choice"/></radio>~~: no, see #4901