Hey folks,
Just started using teh FCKeditor and am finding what may be a bug. Searched the site but couldn't find any detail on it.
I'm loading the editor with
<pre>
<script type="text/javascript" src="/FCKeditor/fckeditor.js"></script>
<script type="text/javascript">
var oFCKeditor = new FCKeditor( 'Name' ) ;
oFCKeditor.BasePath = "/FCKeditor/"
oFCKeditor.Value ='Some text' ;
oFCKeditor.Width = "600";
oFCKeditor.Create() ;
</script>
</pre>
which loads the editor and the text correctly. The problem i'm finding is that I can't delete any text, unless I first enter some new text. ANyone seen this before?
thanx
Just started using teh FCKeditor and am finding what may be a bug. Searched the site but couldn't find any detail on it.
I'm loading the editor with
<pre>
<script type="text/javascript" src="/FCKeditor/fckeditor.js"></script>
<script type="text/javascript">
var oFCKeditor = new FCKeditor( 'Name' ) ;
oFCKeditor.BasePath = "/FCKeditor/"
oFCKeditor.Value ='Some text' ;
oFCKeditor.Width = "600";
oFCKeditor.Create() ;
</script>
</pre>
which loads the editor and the text correctly. The problem i'm finding is that I can't delete any text, unless I first enter some new text. ANyone seen this before?
thanx