Add an editor field
public addEditor ( string $name, string $value = null, string $class = null, string $classError = null, boolean $HTML = true ) : SpoonFormTextarea | ||
$name | string | The name of the element. |
$value | string | The value inside the element. |
$class | string | Class(es) that will be applied on the element. |
$classError | string | Class(es) that will be applied on the element when an error occurs. |
$HTML | boolean | Will the field contain HTML? |
return | SpoonFormTextarea |