Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Form: more flexible label handling #1312 | Andreas Gohr | 2015-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: correctly set type attribute for inputs #1312 | Andreas Gohr | 2015-08-18 |
| | |||
* | fixed label output | Andreas Gohr | 2015-05-11 |
| | |||
* | started with the compatibility layer | Andreas Gohr | 2015-05-08 |
| | |||
* | added a first few tests. | Andreas Gohr | 2015-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 handling | Andreas Gohr | 2015-05-08 |
This is jsut a small beginning. Not all elements are there, yet. It's also completely untested so far. |