MFlow-0.3.0.1: stateful, RESTful web framework

Safe HaskellNone

MFlow.Forms.Blaze.Html

Description

Instantiation of the FormInput class for blaze-html http://hackage.haskell.org/package/blaze-html

This package is included in MFlow.Wai.Blaze.Hml.All.

Use it to create applicaitons with this kind of formatting.

Synopsis

Documentation

(<<) :: ToMarkup a => (Markup -> t) -> a -> tSource

used to insert html elements within a tag with the appropriate infix priority for the other operators used in MFlow. Also it can be used for adding markup to widgets with this signature such are wlink ad setOption