| Safe Haskell | None | 
|---|---|
| Language | Haskell2010 | 
Web.Page.Html.Input
Synopsis
Documentation
something that might exist on a web page and be a front-end input to computations.
Instances
| Eq a => Eq (Input a) Source # | |
| Show a => Show (Input a) Source # | |
| Generic (Input a) Source # | |
| ToHtml a => ToHtml (Input a) Source # | |
| type Rep (Input a) Source # | |
| Defined in Web.Page.Html.Input type Rep (Input a) = D1 (MetaData "Input" "Web.Page.Html.Input" "web-rep-0.1.3-Fpb1hkGM3NHAYnHAhvar5R" False) (C1 (MetaCons "Input" PrefixI True) ((S1 (MetaSel (Just "inputVal") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 a) :*: S1 (MetaSel (Just "inputLabel") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "inputId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text) :*: S1 (MetaSel (Just "inputType") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 InputType)))) | |
various types of Inputs, that encapsulate practical bootstrap class functionality
Constructors
| Slider [Attribute] | |
| TextBox | |
| TextArea Int | |
| ColorPicker | |
| ChooseFile | |
| Dropdown [Text] | |
| DropdownSum [Text] | |
| Datalist [Text] Text | |
| Checkbox Bool | |
| Toggle Bool (Maybe Text) | |
| Button |