view tests/formFields.ur @ 2163:598a5f781d39

Add onChange handler to radioOption
author Julian Squires <julian@cipht.net>
date Thu, 07 May 2015 16:12:06 -0400
parents 69daa6d70299
children
line wrap: on
line source
fun main (pb : postBody) : transaction page = return <xml><body>
  {List.mapX (fn (n, v) => <xml><li>{[n]} = {[v]}</li></xml>) (postFields pb)}
</body></xml>