2 namespace TYPO3\CMS\Fluid\ViewHelpers\Form;
44 parent::initializeArguments();
45 $this->
registerTagAttribute(
'autofocus',
'string',
'Specifies that a text area should automatically get focus when the page loads');
48 $this->
registerTagAttribute(
'disabled',
'string',
'Specifies that the input element should be disabled when the page loads');
50 $this->
registerArgument(
'errorClass',
'string',
'CSS class to set if there are errors for this view helper',
false,
'f3-form-error');
66 $this->tag->forceClosingTag(
true);
67 $this->tag->addAttribute(
'name', $name);
73 return $this->tag->render();