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
Afficher le fichier Open project: neos/flow-development-collection Class Usage Examples

Protected Properties

Свойство Type Description
$tagName string

Méthodes publiques

Méthode Description
initializeArguments ( ) : void Initialize the arguments.
render ( ) : string Renders the textarea.

Method Details

initializeArguments() public méthode

Initialize the arguments.
public initializeArguments ( ) : void
Résultat void

render() public méthode

Renders the textarea.
public render ( ) : string
Résultat string

Property Details

$tagName protected_oe property

protected string $tagName
Résultat string