formlets-0.8: Formlets implemented in Haskell

Text.Formlets.MassInput

Documentation

massInputSource

Arguments

:: (Applicative m, Monad m) 
=> XHtmlFormlet m a

A formlet for a single a

-> (Html -> Html)

This should add at least one wrapper tag around every item

-> (Html -> Html)

This will add an optional wrapper tag around the whole list

-> XHtmlFormlet m [a]