TinyMCE editor not displaying/working

Permalink
It seems the TinyMCE editor doesn't work anymore, or perhaps something changed with the new version of concrete that I'm aware of.

Previously, this worked:
<?php $form = Loader::helper("form"); ?>
<?php Loader::element('editor_controls', array('mode'=>'full')); ?>
<?php echo $form->textarea('description', $company->description, array('class' => 'ccm-advanced-editor'))?>


Using class "ccm-advanced-editor" automatically got you a rich editor before, but all I get now is the normal textarea (although the controls work). Anyone else having this problem? No javascript errors either. It's like the TinyMCE js isn't firing or something. Any ideas?

blakeage
 
blakeage replied on at Permalink Reply
blakeage
I should mention, this is on a form on a single page in the dashboard that I've created. And my Concrete version is 5.5.2.1. I've also inspected the HTML to verify the class is added to the HTML and it is.