I tried the following
<script type="text/javascript">
var oFCKeditor = new FCKeditor('note','197','100','Basic','This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.') ;
oFCKeditor.BasePath = "fckeditor/" ;
oFCKeditor.Create() ;
</script>
and for some reason it did not work. Well it worked but the value would not show up.
Any ideas on what's wrong with that code? I want to integrate FCKEditor with my PHP calendar project.
Mon, 10/04/2004 - 17:26
#1