|
| Framework.Forms.HTMLTypes |
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
| data HTMLTag |
| Constructors | | Tag | | | | Text String | | | Translatable String | |
|
|
|
| type HTML = [HTMLTag] |
|
| class Widget w where |
| Types of this class represent HTML widgets
| | | Associated Types | | type WContent w | | Type of widget content; not used at the moment.
|
|
| | | Methods | | html | | :: w | A widget
| | -> String | Widget's html "name" attribute
| | -> String | Value of widget
| | -> HTMLTag | | | Generate HTML for widget
|
| | | wRead :: String -> WContent w | | Read widget's value from string. Not used yet.
|
| | Instances | |
|
|
| Produced by Haddock version 2.4.2 |