summaryrefslogtreecommitdiff
path: root/inc/Form/Form.php
Commit message (Collapse)AuthorAge
* Form: fixed class checksAndreas Gohr2015-08-18
|
* 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.
* Form: added Button element #1312Andreas Gohr2015-08-18
|
* typoGerrit Uitslag2015-08-02
|
* added element query functionsAndreas Gohr2015-05-11
|
* balance fieldsetsAndreas Gohr2015-05-11
|
* more elements and work on the legacy supportAndreas Gohr2015-05-08
|
* started with the compatibility layerAndreas Gohr2015-05-08
|
* added a first few tests.Andreas Gohr2015-05-08
| | | | | this is far from comprehensible, but should give an idea how the new library works and how to write tests
* 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.