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

Safe HaskellNone
LanguageHaskell98

Text.TDoc.Tags.Form

Documentation

class FormMethodTag t where Source #

Minimal complete definition

formMethodTag

class ActionTag t where Source #

Minimal complete definition

actionTag

Methods

actionTag :: t Action Source #

class SelectedTag t where Source #

Minimal complete definition

selectedTag

class ValueTag t where Source #

Minimal complete definition

valueTag

Methods

valueTag :: t Value Source #

class MultipleTag t where Source #

Minimal complete definition

multipleTag

class InputTypeTag t where Source #

Minimal complete definition

inputTypeTag

class LabelTag t where Source #

Minimal complete definition

labelTag

Methods

labelTag :: t Label Source #

class InputTag t where Source #

Minimal complete definition

inputTag

Methods

inputTag :: t Input Source #

class OptionTag t where Source #

Minimal complete definition

optionTag

Methods

optionTag :: t Option Source #

class SelectTag t where Source #

Minimal complete definition

selectTag

Methods

selectTag :: t Select Source #

class TextareaTag t where Source #

Minimal complete definition

textareaTag

class FormTag t where Source #

Minimal complete definition

formTag

Methods

formTag :: t Form Source #