Mercurial > urweb
view demo/more/select.ur @ 1317:e12cef71aa1a
Karn Kallio's patch for static mhash linking
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Thu, 18 Nov 2010 14:22:04 -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