Mercurial > urweb
view demo/more/select.ur @ 1294:b4480a56cab7
Server-side 'onError'
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Tue, 07 Sep 2010 08:28:07 -0400 |
parents | e46227efcbba |
children |
line wrap: on
line source
fun selectChar choices current = List.mapX (fn (ch, label) => <xml><option value={String.str ch} selected={current = Some ch}>{[label]}</option></xml>) choices