icingaweb2/application/forms
Johannes Meyer 54a834266c Form::createElements() should add elements instead of returning them
In case createElements() would still return the elements while requiring
the caller to add them to the form all form dependent configurations get
lost. (displaygroups, belongTo, ...) Wizards or parent forms can still
retrieve only input relevant fields by just calling createElements() and
getElements().

refs #5525
2014-09-03 12:21:31 +02:00
..
Authentication Form::createElements() should add elements instead of returning them 2014-09-03 12:21:31 +02:00
Config Form::createElements() should add elements instead of returning them 2014-09-03 12:21:31 +02:00
Dashboard It should not be a form's responsibility how its submit button should look.. 2014-08-22 15:20:54 +02:00
Preference Remove leading backslashes from the targets of use statements 2014-08-27 15:51:49 +02:00
ConfigForm.php Add base form class for configuration forms 2014-08-29 12:25:25 +02:00
ConfirmRemovalForm.php Move Icinga\Form\Config\ConfirmRemovalForm to Icinga\Form 2014-09-01 15:11:09 +02:00