I'm a newbie, so please bear with me...
I'm trying to get the textarea to work in a asp.net 2.0 web page, using master/content pages, but I keep getting this error in the browser:
"FCKeditor is undefined. "
It seems like the textarea is not being replaced with FCKeditor's.
I have triple checked the paths, and they seem right.
I'm using IE7, haven't tested on anything else.
code below:
var sBasePath = '/fckeditor/' ;
var oFCKeditor = new FCKeditor( 'FCKeditor1' ) ;
oFCKeditor.BasePath = sBasePath ;
oFCKeditor.ReplaceTextarea() ;
...
<textarea id="FCKeditor1" name="FCKeditor1" rows="10" cols="80" style="width: 100%; height: 200px">This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.</textarea>
Any help would be greatly appreciated.
Tue, 11/06/2007 - 18:28
#1
Re: Struggling with the javascript installation
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+