comparison lib/ur/basis.urs @ 2055:7c2229aa22fc

Adds AJAX-oriented widget cpassword.
author Ziv Scully <ziv@mit.edu>
date Sun, 10 Aug 2014 13:40:53 -0400
parents 6be31671911b
children f4a6ccb7937f
comparison
equal deleted inserted replaced
2054:4ad46302f659 2055:7c2229aa22fc
1011 -> [[Body] ~ ctx] => 1011 -> [[Body] ~ ctx] =>
1012 unit -> tag attrs ([Body] ++ ctx) inner [] [] 1012 unit -> tag attrs ([Body] ++ ctx) inner [] []
1013 1013
1014 val ctextbox : cformTag ([Value = string, Size = int, Source = source string, Placeholder = string, Onchange = transaction unit, 1014 val ctextbox : cformTag ([Value = string, Size = int, Source = source string, Placeholder = string, Onchange = transaction unit,
1015 Ontext = transaction unit] ++ boxAttrs) [] 1015 Ontext = transaction unit] ++ boxAttrs) []
1016 val cpassword : cformTag ([Value = string, Size = int, Source = source string, Placeholder = string, Onchange = transaction unit,
1017 Ontext = transaction unit] ++ boxAttrs) []
1016 val button : cformTag ([Value = string] ++ boxAttrs) [] 1018 val button : cformTag ([Value = string] ++ boxAttrs) []
1017 1019
1018 val ccheckbox : cformTag ([Value = bool, Size = int, Source = source bool, Onchange = transaction unit] ++ boxAttrs) [] 1020 val ccheckbox : cformTag ([Value = bool, Size = int, Source = source bool, Onchange = transaction unit] ++ boxAttrs) []
1019 1021
1020 con cselect = [Cselect] 1022 con cselect = [Cselect]