Skip to content
Snippets Groups Projects
Commit d66a3b9d 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/+/78892


Tested-by: default avatarOliver Bartsch <bo@cedev.de>
Tested-by: default avatarcore-ci <typo3@b13.com>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
parent ab838fb7
Branches
Tags
No related merge requests found
...@@ -50,11 +50,11 @@ use TYPO3\CMS\Fluid\ViewHelpers\Form\CheckboxViewHelper; ...@@ -50,11 +50,11 @@ use TYPO3\CMS\Fluid\ViewHelpers\Form\CheckboxViewHelper;
* *
* <f:form action="..." name="customer" object="{customer}"> * <f:form action="..." name="customer" object="{customer}">
* <f:form.hidden property="id" /> * <f:form.hidden property="id" />
* <f:form.textbox property="name" /> * <f:form.textarea property="name" />
* </f:form> * </f:form>
* *
* This automatically inserts the value of ``{customer.name}`` inside the * 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 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