A WYSIWYG editor field, powered by tinymce.
new HtmlEditorField( $name = "editor", $title = "HTML Editor" )
You also need to add a HTMLText database field (which extends the Text field).
static $db = array( 'FieldName' => 'HTMLText' )
Please use comments for notes, tips and corrections about the described
functionality.
Use the Silverstripe Forum to
ask questions.