diff --git a/Documentation/Global/Form.rst b/Documentation/Global/Form.rst index bc8614f..725ed80 100644 --- a/Documentation/Global/Form.rst +++ b/Documentation/Global/Form.rst @@ -1,37 +1,11 @@ +:orphan: :navigation-title: form .. include:: /Includes.rst.txt -.. _typo3-fluid-form: ========================== Form ViewHelper `` ========================== -.. typo3:viewhelper:: form - :source: ../Global.json - :display: tags,description,gitHubLink,arguments - -.. _typo3-fluid-form-example: - -Examples -======== - -A complex form with a specified encoding type ---------------------------------------------- - -Form with enctype set:: - - ... - -A Form which should render a domain object ------------------------------------------- - -Binding a domain object to a form:: - - - - - - -This automatically inserts the value of ``{customer.name}`` inside the -textarea and adjusts the name of the textarea accordingly. +.. seealso:: + See `Form ViewHelper `_ diff --git a/Documentation/Global/Form/Index.rst b/Documentation/Global/Form/Index.rst index 2179bf5..c0c2972 100644 --- a/Documentation/Global/Form/Index.rst +++ b/Documentation/Global/Form/Index.rst @@ -1,9 +1,46 @@ +:navigation-title: form + .. include:: /Includes.rst.txt +.. _typo3-fluid-form: + +========================== +Form ViewHelper `` +========================== + +.. typo3:viewhelper:: form + :source: /Global.json + :display: tags,description,gitHubLink,arguments + +.. _typo3-fluid-form-example: + +Examples +======== + +A complex form with a specified encoding type +--------------------------------------------- + +Form with enctype set:: + + ... + +A Form which should render a domain object +------------------------------------------ + +Binding a domain object to a form:: + + + + + + +This automatically inserts the value of ``{customer.name}`` inside the +textarea and adjusts the name of the textarea accordingly. + -==== -Form -==== +.. _typo3-fluid-form-viewhelpers: +ViewHelpers to be used within the form ViewHelper +================================================= .. toctree:: :titlesonly: diff --git a/Documentation/Global/Index.rst b/Documentation/Global/Index.rst index 4037c51..08036fb 100644 --- a/Documentation/Global/Index.rst +++ b/Documentation/Global/Index.rst @@ -8,6 +8,7 @@ Global (f:*) .. toctree:: :titlesonly: :glob: + :globExclude: Form */Index *