xhtml-combinators-0.3: Fast and easy to use XHTML combinators.

Text.XHtmlCombinators.Transitional

Documentation

style'Source

Arguments

:: (Functor t, Monad t) 
=> Text

Required type attribute.

-> Attrs 
-> Text 
-> XHtmlT t HeadContent 

styleSource

Arguments

:: (Functor t, Monad t) 
=> Text

Required type attribute.

-> Text 
-> XHtmlT t HeadContent 

script'Source

Arguments

:: (Functor t, Monad t, XHtml1 c) 
=> Text

Required type attribute.

-> Attrs 
-> Text 
-> XHtmlT t c 

scriptSource

Arguments

:: (Functor t, Monad t, XHtml1 c) 
=> Text

Required type attribute.

-> Text 
-> XHtmlT t c 

option' :: (Functor t, Monad t, XHtml2 c) => Attrs -> Text -> XHtmlT t cSource

option :: (Functor t, Monad t, XHtml2 c) => Text -> XHtmlT t cSource

textarea'Source

Arguments

:: (Functor t, Monad t, XHtml3 c) 
=> Text

Required rows attribute.

-> Text

Required cols attribute.

-> Attrs 
-> Text 
-> XHtmlT t c 

textareaSource

Arguments

:: (Functor t, Monad t, XHtml3 c) 
=> Text

Required rows attribute.

-> Text

Required cols attribute.

-> Text 
-> XHtmlT t c 

meta'Source

Arguments

:: (Functor t, Monad t) 
=> Text

Required content attribute.

-> Attrs 
-> XHtmlT t HeadContent 

metaSource

Arguments

:: (Functor t, Monad t) 
=> Text

Required content attribute.

-> XHtmlT t HeadContent 

hr' :: (Functor t, Monad t, XHtml4 c) => Attrs -> XHtmlT t cSource

hr :: (Functor t, Monad t, XHtml4 c) => XHtmlT t cSource

br' :: (Functor t, Monad t, XHtml5 c) => Attrs -> XHtmlT t cSource

br :: (Functor t, Monad t, XHtml5 c) => XHtmlT t cSource

basefont'Source

Arguments

:: (Functor t, Monad t, XHtml6 c) 
=> Text

Required size attribute.

-> Attrs 
-> XHtmlT t c 

basefontSource

Arguments

:: (Functor t, Monad t, XHtml6 c) 
=> Text

Required size attribute.

-> XHtmlT t c 

param'Source

Arguments

:: (Functor t, Monad t) 
=> Text

Required name attribute.

-> Attrs 
-> XHtmlT t ObjectContent 

paramSource

Arguments

:: (Functor t, Monad t) 
=> Text

Required name attribute.

-> XHtmlT t ObjectContent 

img'Source

Arguments

:: (Functor t, Monad t, XHtml6 c) 
=> Text

Required src attribute.

-> Text

Required alt attribute.

-> Attrs 
-> XHtmlT t c 

imgSource

Arguments

:: (Functor t, Monad t, XHtml6 c) 
=> Text

Required src attribute.

-> Text

Required alt attribute.

-> XHtmlT t c 

area'Source

Arguments

:: (Functor t, Monad t) 
=> Text

Required alt attribute.

-> Attrs 
-> XHtmlT t MapContent 

areaSource

Arguments

:: (Functor t, Monad t) 
=> Text

Required alt attribute.

-> XHtmlT t MapContent 

input' :: (Functor t, Monad t, XHtml3 c) => Attrs -> XHtmlT t cSource

input :: (Functor t, Monad t, XHtml3 c) => XHtmlT t cSource

col' :: (Functor t, Monad t, XHtml8 c) => Attrs -> XHtmlT t cSource

col :: (Functor t, Monad t, XHtml8 c) => XHtmlT t cSource

bdo'Source

Arguments

:: (Functor t, Monad t, XHtml5 c) 
=> Text

Required dir attribute.

-> Attrs 
-> XHtmlT t InlineContent 
-> XHtmlT t c 

bdoSource

Arguments

:: (Functor t, Monad t, XHtml5 c) 
=> Text

Required dir attribute.

-> XHtmlT t InlineContent 
-> XHtmlT t c 

a' :: (Functor t, Monad t, XHtml12 c) => Attrs -> XHtmlT t AContent -> XHtmlT t cSource

a :: (Functor t, Monad t, XHtml12 c) => XHtmlT t AContent -> XHtmlT t cSource

applet'Source

Arguments

:: (Functor t, Monad t, XHtml6 c) 
=> Text

Required width attribute.

-> Text

Required height attribute.

-> Attrs 
-> XHtmlT t ObjectContent 
-> XHtmlT t c 

appletSource

Arguments

:: (Functor t, Monad t, XHtml6 c) 
=> Text

Required width attribute.

-> Text

Required height attribute.

-> XHtmlT t ObjectContent 
-> XHtmlT t c 

map'Source

Arguments

:: (Functor t, Monad t, XHtml6 c) 
=> Text

Required id attribute.

-> Attrs 
-> XHtmlT t MapContent 
-> XHtmlT t c 

map_Source

Arguments

:: (Functor t, Monad t, XHtml6 c) 
=> Text

Required id attribute.

-> XHtmlT t MapContent 
-> XHtmlT t c 

form'Source

Arguments

:: (Functor t, Monad t, XHtml14 c) 
=> Text

Required action attribute.

-> Attrs 
-> XHtmlT t FormContent 
-> XHtmlT t c 

formSource

Arguments

:: (Functor t, Monad t, XHtml14 c) 
=> Text

Required action attribute.

-> XHtmlT t FormContent 
-> XHtmlT t c 

optgroup'Source

Arguments

:: (Functor t, Monad t) 
=> Text

Required label attribute.

-> Attrs 
-> XHtmlT t OptgroupContent 
-> XHtmlT t SelectContent 

optgroupSource

Arguments

:: (Functor t, Monad t) 
=> Text

Required label attribute.

-> XHtmlT t OptgroupContent 
-> XHtmlT t SelectContent