summaryrefslogtreecommitdiff
path: root/inc/Form/Label.php
Commit message (Collapse)AuthorAge
* Form: more flexible label handling #1312Andreas Gohr2015-08-18
| | | | | | | | You now can add labels that don't wrap around inputs, but you have to ensure IDs are properly assigned yourself. The Label class has been renamed to LabelElement to reflect the naming scheme of the other elements.
* more elements and work on the legacy supportAndreas Gohr2015-05-08
|
* start of rewriting the form handlingAndreas Gohr2015-05-08
This is jsut a small beginning. Not all elements are there, yet. It's also completely untested so far.