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?

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

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.

link|improve this answer
nailed it - thanks – Matt Aug 14 '11 at 16:14
Well I'd hope so. I did write the darn thing :) – Phil Sturgeon Aug 15 '11 at 0:17
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.