summaryrefslogtreecommitdiff
path: root/content/handlers/html/box.h
Commit message (Collapse)AuthorAgeFilesLines
* html: Mirror gadget values in and out of the DOMDaniel Silverstone2019-08-041-0/+8
| | | | | | | | | 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>
* Box: Add helper to check if box is first child.Michael Drake2018-06-291-0/+11
|
* move html and text content handlers where they belongVincent Sanders2018-05-101-0/+369