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 | 5b81f4d3c43a84e84355cbbc84aa6c8e9f3f5044 (patch) | |
tree | 1d0c5addd790f3060e6c49aa54e931f2791a3bb7 /lib | |
parent | 28977d57ddbf4bc42139154f30b5e96a49e46894 (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] |