~alcinnz/bureaucromancy

ref: d6349351d838372d9199a690c5997382d13269c7 bureaucromancy/src/Text/HTML/Form.hs -rw-r--r-- 14.5 KiB
d6349351 — Adrian Cochrane 1 year, 1 month ago
Validate form before submitting, ensure submit & reset buttons are present!
b7acdbaa — Adrian Cochrane 1 year, 2 months ago
Add (partial) support image buttons.
8b3bd42a — Adrian Cochrane 1 year, 2 months ago
Add preview for text entry, multi-line support.
b77ee394 — Adrian Cochrane 1 year, 3 months ago
Render <select> elements to multi-column menus.
a3d5ae54 — Adrian Cochrane 1 year, 4 months ago
Add support for checkboxes, along with supporting infrastructure.
8a7fc937 — Adrian Cochrane 1 year, 4 months ago
Add infrastructure for rendering Ginger templates.
de2d2b69 — Adrian Cochrane 1 year, 4 months ago
Parse labels, aria-describedby, datalists, selects, buttons, & textareas.
47000929 — Adrian Cochrane 1 year, 4 months ago
Parse <input> tags.

TODO: Parse other form input elements, <datalist>, & <label>.
4e46e68a — Adrian Cochrane 1 year, 4 months ago
Add infrastructure for parsing documents.
fa8b4fac — Adrian Cochrane 1 year, 4 months ago
Assemble testscript as locally-run webserver, adjust namespace.
9ecdfe8a — Adrian Cochrane 1 year, 4 months ago
Start skeleton for Bureaucromancy