tdoc-0.4.5: TDoc is a typed document builder with support for (X)HTML

Safe HaskellNone
LanguageHaskell98

Text.TDoc.Tags.Form

Documentation

newtype Action Source

Constructors

Action 

Fields

fromAction :: String
 

class ActionTag t where Source

Methods

actionTag :: t Action Source

Instances

class SelectedTag t where Source

Instances

class ValueTag t where Source

Methods

valueTag :: t Value Source

Instances

class MultipleTag t where Source

Instances

class LabelTag t where Source

Methods

labelTag :: t Label Source

Instances

class InputTag t where Source

Methods

inputTag :: t Input Source

Instances

class OptionTag t where Source

Methods

optionTag :: t Option Source

Instances

class SelectTag t where Source

Methods

selectTag :: t Select Source

Instances

class TextareaTag t where Source

Instances

class FormTag t where Source

Methods

formTag :: t Form Source

Instances