diff options
author | Adam Chlipala <adamc@hcoop.net> | 2009-04-30 14:48:23 -0400 |
---|---|---|
committer | Adam Chlipala <adamc@hcoop.net> | 2009-04-30 14:48:23 -0400 |
commit | 72414e8531db237906a847fe1a7adaed4b000978 (patch) | |
tree | 1d0c5addd790f3060e6c49aa54e931f2791a3bb7 /lib | |
parent | 62eac5c0efc2d57f70a744de705a1e38923570bc (diff) |
<input type='hidden'>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ur/basis.urs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ur/basis.urs b/lib/ur/basis.urs index b59ab26a..e5175a08 100644 --- a/lib/ur/basis.urs +++ b/lib/ur/basis.urs @@ -584,6 +584,7 @@ con formTag = fn (ty :: Type) (inner :: {Unit}) (attrs :: {Type}) => -> [[Form] ~ ctx] => nm :: Name -> unit -> tag attrs ([Form] ++ ctx) inner [] [nm = ty] +val hidden : formTag string [] [Value = string] val textbox : formTag string [] [Value = string, Size = int, Source = source string] val password : formTag string [] [Value = string, Size = int] val textarea : formTag string [] [Rows = int, Cols = int] |