PHP Class Neos\FluidAdaptor\ViewHelpers\Form\TextareaViewHelper

The value of the text area needs to be set via the "value" attribute, as with all other form ViewHelpers. = Examples =
Inheritance: extends AbstractFormFieldViewHelper
Show file Open project: neos/flow-development-collection Class Usage Examples

Protected Properties

Property Type Description
$tagName string

Public Methods

Method Description
initializeArguments ( ) : void Initialize the arguments.
render ( ) : string Renders the textarea.

Method Details

initializeArguments() public method

Initialize the arguments.
public initializeArguments ( ) : void
return void

render() public method

Renders the textarea.
public render ( ) : string
return string

Property Details

$tagName protected property

protected string $tagName
return string