Line: 91
Char: 292
Error: 'undefined' is null or not an object
Code: 0
URL: http://www.mysite.com/fckeditor/editor/fckeditor.html?
InstanceName=content&ToolbarNew
<?php
$oFCKeditor->BasePath = '/fckeditor/' ;
$oFCKeditor = new FCKeditor('content') ;
$oFCKeditor->ToolbarSet = 'MyToolbarNew' ;
$oFCKeditor->Height = '400' ;
$oFCKeditor->Value = $content ;
$oFCKeditor->Create() ;
?>include('fckeditor/fckeditor.php');FCKConfig.ToolbarSets["MyToolbarNew"] = [
['Cut','Copy'],
['Undo','Redo','-','Bold','Italic','Underline'],
'/',
['OrderedList','UnorderedList','-','Outdent','Indent'],
['Link','Unlink','-','SpellCheck']
] ;
Re: Getting Javascript Error