| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Text.Digestive.Foundation
Documentation
Constructors
| FormMeta | |
Fields
| |
data FormElement Source
Constructors
| FormElement | |
Fields
| |
data FormElementCfg Source
Constructors
| InputText | |
| InputNumber (Maybe NumberUnit) | |
| InputPassword | |
| InputTextArea (Maybe Int) (Maybe Int) | |
| InputHidden | |
| InputSelect | |
| InputRadio Bool | |
| InputCheckbox | |
| InputFile | |
| InputDate |
data StdMethod :: *
renderForm :: FormMeta -> View (Html ()) -> Html () Source