diff 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
line wrap: on
line diff
--- a/lib/ur/basis.urs	Fri Aug 15 18:25:56 2014 -0400
+++ b/lib/ur/basis.urs	Sun Aug 10 13:40:53 2014 -0400
@@ -1013,6 +1013,8 @@
 
 val ctextbox : cformTag ([Value = string, Size = int, Source = source string, Placeholder = string, Onchange = transaction unit,
                           Ontext = transaction unit] ++ boxAttrs) []
+val cpassword : cformTag ([Value = string, Size = int, Source = source string, Placeholder = string, Onchange = transaction unit,
+                          Ontext = transaction unit] ++ boxAttrs) []
 val button : cformTag ([Value = string] ++ boxAttrs) []
 
 val ccheckbox : cformTag ([Value = bool, Size = int, Source = source bool, Onchange = transaction unit] ++ boxAttrs) []