1

I've included the following in the admin controller method (as per the pages admin controller):

  • admin.js
  • CodeMirror.js
  • wysiwyg.php includes some more javascript and initialises the FCKeditor

But my <textarea> still doesn't have the wysiwyh controls. Can this be done?

Matt
  • 9,068
  • 12
  • 64
  • 84

1 Answers1

1

You can apply the class "wysiwyg-simple" or "wysiwyg-advanced" to get one of the two WYSIWYG editors you see around. You do not need to include the first two.

CodeMirror is a HTML/CSS/JavaScript syntax highlighter we use in a few places, nothing to do with WYSIWYG.

Phil Sturgeon
  • 30,637
  • 12
  • 78
  • 117