This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Form/Renderer
Bernhard Schussek c1edf116f2 [Form] Removed notion of "hidden" fields
Instead, hidden fields now override the "row" template to not include a label or errors.

The "rest" (former "hidden") helper has been adapted to output any fields that were not
rendered manually. It should usually be called at the end of a form.
2011-02-28 17:01:11 +01:00
..
Plugin [Form] Removed notion of "hidden" fields 2011-02-28 17:01:11 +01:00
Theme [Form] Improved the renderer implementation, added concepts of plugins and themes 2011-02-23 14:11:17 +01:00
DefaultRenderer.php [Form] Removed notion of "hidden" fields 2011-02-28 17:01:11 +01:00
RendererInterface.php [Form] Improved rendering 2011-02-28 16:50:23 +01:00