Admin-Page-Class
Admin-Page-Class copied to clipboard
Support for wp_editor() settings in addWysiwyg() method
Example
$options_panel->addWysiwyg('editor_id', array(
'name' => 'Editor label',
'std' => 'Some content',
'wysiwyg_settings' => array() // wp_editor() settings
));
Will send a pull request soon