DataObjectManager
DataObjectManager copied to clipboard
SimpleTinyMCEField button config array
There is nothing being done with the $config array for the buttons passed to the constructor. It's missing $this->set_default_buttons($config);
function __construct($name, $title = null, $config = array(), $rows = 15, $cols = 55, $value = "", $form = null)
{
parent::__construct($name, $title, $rows, $cols, $value, $form);
$this->set_default_buttons($config);
}