Module

Spork.Html.Properties

Package
purescript-spork
Repository
natefaubion/purescript-spork

#Style Source

data Style

Constructors

#action Source

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

#alt Source

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

#autocomplete Source

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

#autofocus Source

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

#charset Source

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

#checked Source

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

#classes Source

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

#cols Source

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

#colSpan Source

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

#disabled Source

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

#draggable Source

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

#enabled Source

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

#enctype Source

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

#for Source

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

#height Source

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

#hidden Source

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

#href Source

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

#id_ Source

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

#method Source

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

#multiple Source

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

#name Source

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

#noValidate Source

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

#placeholder Source

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

#readOnly Source

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

#rel Source

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

#required Source

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

#rows Source

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

#rowSpan Source

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

#spellcheck Source

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

#src Source

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

#style Source

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

#styles Source

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

#tabIndex Source

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

#target Source

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

#title Source

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

#type_ Source

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

#value Source

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

#width Source

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

Re-exports from DOM.HTML.Indexed

#CSSPixel

type CSSPixel = Int

Re-exports from DOM.HTML.Indexed.ButtonType

#ButtonType

data ButtonType

Constructors

  • ButtonButton
  • ButtonSubmit
  • ButtonReset

Re-exports from DOM.HTML.Indexed.CrossOriginValue

#CrossOriginValue

data CrossOriginValue

Constructors

  • Anonymous
  • UseCredentials

Re-exports from DOM.HTML.Indexed.DirValue

#DirValue

data DirValue

Constructors

  • DirLTR
  • DirRTL
  • DirAuto

Re-exports from DOM.HTML.Indexed.FormMethod

#FormMethod

data FormMethod

Constructors

  • POST
  • GET

Re-exports from DOM.HTML.Indexed.InputType

#InputType

data InputType

Constructors

  • InputButton
  • InputCheckbox
  • InputColor
  • InputDate
  • InputDatetime
  • InputDatetimeLocal
  • InputEmail
  • InputFile
  • InputHidden
  • InputImage
  • InputMonth
  • InputNumber
  • InputPassword
  • InputRadio
  • InputRange
  • InputReset
  • InputSearch
  • InputSubmit
  • InputTel
  • InputText
  • InputTime
  • InputUrl
  • InputWeek

Re-exports from DOM.HTML.Indexed.KindValue

#KindValue

data KindValue

Constructors

  • KindSubtitles
  • KindCaptions
  • KindDescriptions
  • KindChapters
  • KindMetadata

Re-exports from DOM.HTML.Indexed.MenuType

#MenuType

data MenuType

Constructors

  • MenuList
  • MenuContext
  • MenuToolbar

Re-exports from DOM.HTML.Indexed.MenuitemType

#MenuitemType

data MenuitemType

Constructors

  • MenuitemCommand
  • MenuitemCheckbox
  • MenuitemRadio

Re-exports from DOM.HTML.Indexed.OnOff

#OnOff

data OnOff

Constructors

  • On
  • Off

Re-exports from DOM.HTML.Indexed.OrderedListType

#OrderedListType

data OrderedListType

Constructors

  • OrderedListNumeric NumeralType
  • OrderedListAlphabetic CaseType

Re-exports from DOM.HTML.Indexed.PreloadValue

#PreloadValue

data PreloadValue

Constructors

  • PreloadNone
  • PreloadAuto
  • PreloadMetadata

Re-exports from DOM.HTML.Indexed.ScopeValue

#ScopeValue

data ScopeValue

Constructors

  • ScopeRow
  • ScopeCol
  • ScopeRowGroup
  • ScopeColGroup
  • ScopeAuto

Re-exports from DOM.HTML.Indexed.StepValue

#StepValue

data StepValue

Constructors

  • Any
  • Step Number

Re-exports from DOM.HTML.Indexed.WrapValue

#WrapValue

data WrapValue

Constructors

  • Hard
  • Soft

Re-exports from Data.MediaType