digestive-functors-blaze-0.5.0.0: Blaze frontend for the digestive-functors library

Safe HaskellSafe-Infered

Text.Digestive.Blaze.Html5

Documentation

inputText :: Text -> View v -> HtmlSource

inputTextAreaSource

Arguments

:: Maybe Int

Rows

-> Maybe Int

Columns

-> Text

Form path

-> View Html

View

-> Html

Resulting HTML

inputPassword :: Text -> View v -> HtmlSource

inputHidden :: Text -> View v -> HtmlSource

inputRadioSource

Arguments

:: Bool

Add br tags?

-> Text

Form path

-> View Html

View

-> Html

Resulting HTML

label :: Text -> View v -> Html -> HtmlSource

form :: View Html -> Text -> Html -> HtmlSource