43 parent::initializeArguments();
44 $this->
registerTagAttribute(
'autofocus',
'string',
'Specifies that a text area should automatically get focus when the page loads');
47 $this->
registerTagAttribute(
'disabled',
'string',
'Specifies that the input element should be disabled when the page loads');
49 $this->
registerArgument(
'errorClass',
'string',
'CSS class to set if there are errors for this view helper', FALSE,
'f3-form-error');
63 $this->tag->forceClosingTag(TRUE);
64 $this->tag->addAttribute(
'name', $name);
65 $this->tag->setContent(htmlspecialchars($this->
getValue()));
69 return $this->tag->render();
registerTagAttribute($name, $type, $description, $required=FALSE, $default=NULL)
registerArgument($name, $type, $description, $required=FALSE, $defaultValue=NULL)
registerUniversalTagAttributes()