Mercurial > gui
view select.ur @ 15:8300d5f0dc19
Replace ChangePoller with SourceL, plus some other rearrangements
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sun, 07 Aug 2011 14:38:52 -0400 |
parents | 4d8165e8f89a |
children |
line wrap: on
line source
fun crender r = <xml><cselect source={r.Selected}> {List.mapX (fn r' => <xml><coption value={r'.Key}>{[r'.Display]}</coption></xml>) r.Choices} </cselect></xml> fun crender' r = <xml><cselect source={r.Selected}> {List.mapX (fn s => <xml><coption>{[s]}</coption></xml>) r.Choices} </cselect></xml>