Page 1 of 1

Problem with WYSIWYG editor

Posted: Thu Nov 04, 2004 4:32 am
by BamaRob
I'm getting

Code: Select all

//HTMLArea.loadPlugin("ImageManager"); HTMLArea.loadPlugin("InsertFile"); HTMLArea.loadPlugin("TableOperations"); HTMLArea.loadPlugin("ContextMenu"); HTMLArea.loadPlugin("CharacterMap"); HTMLArea.loadPlugin("FindReplace"); HTMLArea.loadPlugin("InvertBackground"); HTMLArea.loadPlugin("Indite"); var editor = null; function initHtmlArea() { editor = new HTMLArea("content"); //editor.registerPlugin(ImageManager); editor.registerPlugin(InsertFile); editor.registerPlugin(TableOperations); editor.registerPlugin(ContextMenu); editor.registerPlugin(CharacterMap); editor.registerPlugin(FindReplace); editor.registerPlugin(InvertBackground);
Fatal error: Call to undefined function: registerplugin() in /var/www/trunk/admin/header.php on line 105
Line 105 in header.php reads:

Code: Select all

editor.registerPlugin(Indite);
What am I missing? This is a fresh upgrade to the latest from svn.

Thanks,

BR

Problem with WYSIWYG editor

Posted: Thu Nov 04, 2004 5:15 pm
by Ted
I believe this is fixed in svn now...