1 | | 1. Allow length of input box for text: <text key="somekey" text="Something" length="5"/> |
2 | | 1. Label units at end of text input box: <text key="somekey" text="Long" unit="m"/> |
3 | | 1. Make groups of input boxes <group><text xxx/></group> and allow for several columns within a group (<group columns="3">) |
4 | | 1. Maybe allow in absurdly huge presets to minimize groups |
5 | | 1. Radio buttons for checks that have two or more true values, or even where different choise migth alter the key:[[br]]<radio text="Name"><button key="somekey" value="somevalue" text="A choise"/><button key="somekey" value="someothervalue" text="Another choise"/><button key="someotherkey" value="somevalue" text="A third choise"/></radio> |
| 1 | 1. ~~Allow length of input box for text: <text key="somekey" text="Something" length="5"/>~~ : done in r5579 |
| 2 | 2. 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">) |
| 4 | 4. ~~Maybe allow in absurdly huge presets to minimize groups~~ : treated with #9190 |
| 5 | 5. Radio buttons for checks that have two or more true values, or even where different choise migth alter the key:[[br]]<radio text="Name"><button key="somekey" value="somevalue" text="A choise"/><button key="somekey" value="someothervalue" text="Another choise"/><button key="someotherkey" value="somevalue" text="A third choise"/></radio> |