Our WYSIWYG control is FCKeditor. It works in IE 6+ and Mozilla 7+ and FireFox. In other browsers it degrades nicely to a text area.
{WFHTMLArea id="bio"}
$__instances = array(
'bio' => array('class' => 'WFHTMLArea', 'children' => array()),
);
$__config = array( 'bio' => array( 'bindings' => array( 'value' => array( 'instanceID' => 'person', 'controllerKey' => 'selection', 'modelKeyPath' => 'bio', ), ), ), );
none