Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SimpleTinyMCEField button config array #36

Open
sonet opened this issue Jan 21, 2012 · 0 comments
Open

SimpleTinyMCEField button config array #36

sonet opened this issue Jan 21, 2012 · 0 comments

Comments

@sonet
Copy link

sonet commented Jan 21, 2012

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);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant