[thelist] user interface widget: ordered selection list: do any UI library has this widget?

Mark Groen evolt at markgroen.com
Thu Oct 12 10:16:31 CDT 2006


On Mon, 2006-10-09 at 21:59 +0800, 张韡武 wrote:
> Hello. I am looking for a library or codesnip that can provide this user
> interface widget that I call "Ordered Selection List"
> 
> Unlike normal <select>, an ordered selection list let user select items
> and also order the sequence of selected entry. An "ordered selection
> list" might be looking like this:
> 
>     SELECT FROM HERE                 TO HERE
> +-----------------------+         +-----------------------+
> |   select option A     |         |                       |
> |   select option B     |  [ => ] |   select option C     | [  up  ]
> | > select option D <   |         | > select option E <   | 
> |   select option G     |  [ <= ] |   select option F     | [ down ]
> |   select option H     |         |                       | 
> +-----------------------+         +-----------------------+

The two boxes are each in their own frame most likely, tutorials on
passing values between frames would get you started? The basics:

http://www.irt.org/script/913.htm

cheers,

	Mark




More information about the thelist mailing list