Module

Spork.Html.Properties

#Style

data Style

Constructors

#action

action :: forall r i. String -> IProp (action :: String | r) i

#alt

alt :: forall r i. String -> IProp (alt :: String | r) i

#autocomplete

autocomplete :: forall r i. Boolean -> IProp (autocomplete :: OnOff | r) i

#autofocus

autofocus :: forall r i. Boolean -> IProp (autofocus :: Boolean | r) i

#charset

charset :: forall r i. String -> IProp (charset :: String | r) i

#checked

checked :: forall r i. Boolean -> IProp (checked :: Boolean | r) i

#classes

classes :: forall r i. Array String -> IProp (class :: String | r) i

#colSpan

colSpan :: forall r i. Int -> IProp (colSpan :: Int | r) i

#cols

cols :: forall r i. Int -> IProp (cols :: Int | r) i

#disabled

disabled :: forall r i. Boolean -> IProp (disabled :: Boolean | r) i

#draggable

draggable :: forall r i. Boolean -> IProp (draggable :: Boolean | r) i

#enabled

enabled :: forall r i. Boolean -> IProp (disabled :: Boolean | r) i

#enctype

enctype :: forall r i. String -> IProp (enctype :: String | r) i

#for

for :: forall r i. String -> IProp (for :: String | r) i

#height

height :: forall r i. CSSPixel -> IProp (height :: CSSPixel | r) i

#hidden

hidden :: forall r i. Boolean -> IProp (hidden :: Boolean | r) i

#href

href :: forall r i. String -> IProp (href :: String | r) i

#id_

id_ :: forall r i. String -> IProp (id :: String | r) i

#method

method :: forall r i. FormMethod -> IProp (method :: FormMethod | r) i

#multiple

multiple :: forall r i. Boolean -> IProp (multiple :: Boolean | r) i

#name

name :: forall r i. String -> IProp (name :: String | r) i

#noValidate

noValidate :: forall r i. Boolean -> IProp (noValidate :: Boolean | r) i

#placeholder

placeholder :: forall r i. String -> IProp (placeholder :: String | r) i

#readOnly

readOnly :: forall r i. Boolean -> IProp (readOnly :: Boolean | r) i

#rel

rel :: forall r i. String -> IProp (rel :: String | r) i

#required

required :: forall r i. Boolean -> IProp (required :: Boolean | r) i

#rowSpan

rowSpan :: forall r i. Int -> IProp (rowSpan :: Int | r) i

#rows

rows :: forall r i. Int -> IProp (rows :: Int | r) i

#spellcheck

spellcheck :: forall r i. Boolean -> IProp (spellcheck :: Boolean | r) i

#src

src :: forall r i. String -> IProp (src :: String | r) i

#style

style :: forall r i. String -> IProp (style :: String | r) i

#styles

styles :: forall r i. Array Style -> IProp (style :: String | r) i

#tabIndex

tabIndex :: forall r i. Int -> IProp (tabIndex :: Int | r) i

#target

target :: forall r i. String -> IProp (target :: String | r) i

#title

title :: forall r i. String -> IProp (title :: String | r) i

#type_

type_ :: forall value r i. ToPropValue value => value -> IProp (type :: value | r) i

#value

value :: forall r i. String -> IProp (value :: String | r) i

#width

width :: forall r i. CSSPixel -> IProp (width :: CSSPixel | r) i

Re-exports from DOM.HTML.Indexed

#CSSPixel

type CSSPixel = Int

Re-exports from DOM.HTML.Indexed.ButtonType

Re-exports from DOM.HTML.Indexed.CrossOriginValue

#CrossOriginValue

Re-exports from DOM.HTML.Indexed.DirValue

#DirValue

Re-exports from DOM.HTML.Indexed.FormMethod

#FormMethod

data FormMethod

Constructors

Re-exports from DOM.HTML.Indexed.InputType

Re-exports from DOM.HTML.Indexed.KindValue

Re-exports from DOM.HTML.Indexed.MenuType

#MenuType

Re-exports from DOM.HTML.Indexed.MenuitemType

Re-exports from DOM.HTML.Indexed.OnOff

#OnOff

data OnOff

Constructors

Re-exports from DOM.HTML.Indexed.OrderedListType

Re-exports from DOM.HTML.Indexed.PreloadValue

Re-exports from DOM.HTML.Indexed.ScopeValue

Re-exports from DOM.HTML.Indexed.StepValue

#StepValue

data StepValue

Constructors

Re-exports from DOM.HTML.Indexed.WrapValue

#WrapValue

data WrapValue

Constructors

Re-exports from Data.MediaType

#MediaType

newtype MediaType

A media type (also known as a Multipurpose Internet Mail Extensions or MIME type) is a standard that indicates the nature and format of a document, file, or assortment of bytes. It is defined and standardized in IETF's RFC 6838.

Constructors

Instances

Modules