summaryrefslogtreecommitdiff
path: root/content/handlers/html/html_forms.c
Commit message (Collapse)AuthorAgeFilesLines
* html: Mirror gadget values in and out of the DOMDaniel Silverstone2019-08-041-0/+11
| | | | | | | | | Currently only supporting text input, password input, and hidden input, along with text areas, this mirrors the text values in and out of the DOM, allowing JS to adjust the gadget values and for the gadget values to be interrogated from JS. Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* move html and text content handlers where they belongVincent Sanders2018-05-101-0/+579