Hi,
I'm trying to use either TinyMCE or CKEditor with my PFBC form.
I have the latest PFBC installed, it's loading fine for every other fields but will only show a regular textarea box for eith TinyMCE and CKEditor.
Heres the code I have to load the editors, it a copy from the PFBC webpage with a few modifications:
$form->addElement(new Element\TinyMCE("Instructions:", "Instructions"));
$form->addElement(new Element\CKEditor("Instructions:", "CKEditor"));
I've tried with:
Chrome (Version 27.0.1453.110 m)
Firefox (21.0)
IE (8.0.6001.18702)
Anyone know how to make it work?
Thanks.