Opened 11 years ago

Last modified 4 years ago

#8180 closed enhancement

More preset enhancement ideas — at Version 3

Reported by: anonymous Owned by: team
Priority: normal Milestone:
Component: Core Version:
Keywords: preset group column radio unit Cc: stoecker

Description (last modified by simon04)

  1. Allow length of input box for text: <text key="somekey" text="Something" length="5"/>
  2. Label units at end of text input box: <text key="somekey" text="Long" unit="m"/>
  3. Make groups of input boxes <group><text xxx/></group> and allow for several columns within a group (<group columns="3">)
  4. Maybe allow in absurdly huge presets to minimize groups
  5. Radio buttons for checks that have two or more true values, or even where different choise migth alter the key:
    <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>

Change History (4)

by Don-vip, 11 years ago

Attachment: 8180v1.patch added

comment:1 by Don-vip, 11 years ago

Patch for first point (length of input box for text)

comment:2 by Don-vip, 11 years ago

In 5579/josm:

see #8180 - Presets: Allow length of input box for text

comment:3 by simon04, 11 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.