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

Text.TDoc.Attributes

Documentation

data Length Source

Constructors

Px Int 
Cm Int 
Em Int 

Instances

newtype Width Source

Constructors

Width 

Fields

fromWidth :: Length
 

newtype Height Source

Constructors

Height 

Fields

fromHeight :: Length
 

newtype Src Source

Constructors

Src 

Fields

fromSrc :: String
 

newtype Size Source

Constructors

Size 

Fields

fromSize :: Int
 

newtype Alt Source

Constructors

Alt 

Fields

fromAlt :: String
 

newtype Rows Source

Constructors

Rows 

Fields

fromRows :: Int
 

newtype Cols Source

Constructors

Cols 

Fields

fromCols :: Int
 

newtype Style Source

Constructors

Style 

Fields

fromStyle :: String
 

newtype Href Source

Constructors

Href 

Fields

fromHref :: String
 

class WidthTag t whereSource

Methods

widthTag :: t WidthSource

Instances

class HeightTag t whereSource

Instances

class SrcTag t whereSource

Methods

srcTag :: t SrcSource

Instances

class SizeTag t whereSource

Methods

sizeTag :: t SizeSource

Instances

class AltTag t whereSource

Methods

altTag :: t AltSource

Instances

class NameTag t whereSource

Methods

nameTag :: t NameSource

Instances

class RowsTag t whereSource

Methods

rowsTag :: t RowsSource

Instances

class ColsTag t whereSource

Methods

colsTag :: t ColsSource

Instances

class StyleTag t whereSource

Methods

styleTag :: t StyleSource

Instances

class HrefTag t whereSource

Methods

hrefTag :: t HrefSource

Instances