Skip to content
Snippets Groups Projects
Commit 1ac5a8f5 authored by Oliver Bartsch's avatar Oliver Bartsch
Browse files

[DOCS] Adjust ViewHelper name

Resolves: #100770
Releases: main, 11.5
Change-Id: I549371e78de399195d6810858d337528f39ce0ad
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/78882


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarJochen <rothjochen@gmail.com>
Tested-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
Tested-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarJochen <rothjochen@gmail.com>
Reviewed-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
parent 0fd1cfac
Branches
Tags
No related merge requests found
......@@ -61,11 +61,11 @@ use TYPO3\CMS\Fluid\ViewHelpers\Form\CheckboxViewHelper;
*
* <f:form action="..." name="customer" object="{customer}">
* <f:form.hidden property="id" />
* <f:form.textbox property="name" />
* <f:form.textarea property="name" />
* </f:form>
*
* This automatically inserts the value of ``{customer.name}`` inside the
* textbox and adjusts the name of the textbox accordingly.
* textarea and adjusts the name of the textarea accordingly.
*/
class FormViewHelper extends AbstractFormViewHelper
{
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment