digestive-bootstrap-0.1.0.1: Speed up form designing using digestive functors and bootstrap

Safe HaskellNone
LanguageHaskell2010

Text.Digestive.Bootstrap

Synopsis

Documentation

data FormMeta Source

Meta information for a HTML form

data FormElement Source

Configuration for a form element

data StdMethod :: *

HTTP standard method (as defined by RFC 2616, and PATCH which is defined by RFC 5789).

Constructors

GET 
POST 
HEAD 
PUT 
DELETE 
TRACE 
CONNECT 
OPTIONS 
PATCH 

renderForm :: FormMeta -> View Html -> Html Source

Render a form defined by FormMeta information and the digestive functor View.