~alcinnz/bureaucromancy

ref: 1030d237866bf99999711515fa46dd9fdf729324 bureaucromancy/src/Text/HTML/Form.hs -rw-r--r-- 19.7 KiB
c50beaf3 — Adrian Cochrane 11 months ago
Start integrating internationalization infrastructure!
696da319 — Adrian Cochrane 1 year, 3 days ago
Document & add missing files.
d6349351 — Adrian Cochrane 1 year, 30 days 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, 3 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