editor()

FIXME document all attributes for Bigace 3.0

The editor ViewHelper does something ...

-> Since BIGACE 3.0

Further infos at the ViewHelper editor() PHPDoc.

Attributes

  • $name - (required, string) The $name defines ...

  • $value - (optional, string) The $value defines ....

  • $attr - (optional, array) The $attr defines ....

Example

This example shows to ...

:::php
<?php

  $foo = $this->editor();

?>