Mercurial > urweb
view demo/more/select.ur @ 1101:b9abd6cded7b
Treat getCookie as effectful
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Tue, 29 Dec 2009 16:48:27 -0500 |
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