Skip to content

Commit

Permalink
Merge pull request #2140 from Sgoettschkes/issue1584
Browse files Browse the repository at this point in the history
Renaming cookbook "Dynamic Form Generation"
  • Loading branch information
weaverryan committed Jan 27, 2013
2 parents 28488be + aea062b commit f6a3293
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion book/forms.rst
Expand Up @@ -1517,7 +1517,7 @@ Learn more from the Cookbook
* :doc:`File Field Reference </reference/forms/types/file>`
* :doc:`Creating Custom Field Types </cookbook/form/create_custom_field_type>`
* :doc:`/cookbook/form/form_customization`
* :doc:`/cookbook/form/dynamic_form_generation`
* :doc:`/cookbook/form/dynamic_form_modification`
* :doc:`/cookbook/form/data_transformers`

.. _`Symfony2 Form Component`: https://github.com/symfony/Form
Expand Down
@@ -1,7 +1,7 @@
.. index::
single: Form; Events

How to Dynamically Generate Forms Using Form Events
How to Dynamically Modify Forms Using Form Events
===================================================

Before jumping right into dynamic form generation, let's have a quick review
Expand Down
2 changes: 1 addition & 1 deletion cookbook/form/index.rst
Expand Up @@ -6,7 +6,7 @@ Form

form_customization
data_transformers
dynamic_form_generation
dynamic_form_modification
form_collections
create_custom_field_type
create_form_type_extension
Expand Down
2 changes: 1 addition & 1 deletion cookbook/map.rst.inc
Expand Up @@ -74,7 +74,7 @@

* :doc:`/cookbook/form/form_customization`
* :doc:`/cookbook/form/data_transformers`
* :doc:`/cookbook/form/dynamic_form_generation`
* :doc:`/cookbook/form/dynamic_form_modification`
* :doc:`/cookbook/form/form_collections`
* :doc:`/cookbook/form/create_custom_field_type`
* :doc:`/cookbook/form/create_form_type_extension`
Expand Down
1 change: 1 addition & 0 deletions redirection_map
@@ -1,6 +1,7 @@
/cookbook/doctrine/migrations /bundles/DoctrineFixturesBundle/index
/cookbook/doctrine/doctrine_fixtures /bundles/DoctrineFixturesBundle/index
/cookbook/doctrine/mongodb /bundles/DoctrineMongoDBBundle/index
/cookbook/form/dynamic_form_generation /cookbook/form/dynamic_form_modification
/cookbook/form/simple_signup_form_with_mongodb /bundles/DoctrineMongoDBBundle/form
/cookbook/email /cookbook/email/email
/cookbook/gmail /cookbook/email/gmail
Expand Down

0 comments on commit f6a3293

Please sign in to comment.