MFlow-0.4.5.11: stateful, RESTful web framework

Safe HaskellNone
LanguageHaskell98

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 applications with this kind of formatting.

Synopsis

Documentation

(<<) :: ToMarkup a => (Markup -> t) -> a -> t infixr 7 Source

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