dodaje:
Cytat
<script type="text/javascript" src="fckeditor/fckeditor.js"></script>
Cytat
<script type="text/javascript">
window.onload = function()
{
var oFCKeditor = new FCKeditor( 'MyTextarea' ) ;
oFCKeditor.BasePath = "/fckeditor/" ;
oFCKeditor.ReplaceTextarea() ;
}
</script>
window.onload = function()
{
var oFCKeditor = new FCKeditor( 'MyTextarea' ) ;
oFCKeditor.BasePath = "/fckeditor/" ;
oFCKeditor.ReplaceTextarea() ;
}
</script>
dodaje id: MyTextarea, name = MyTextarea
i nie działa... :/
Wyświetla mi:
Cytat
Not Found
The requested URL /fckeditor/editor/fckeditor.html was not found on this server.
The requested URL /fckeditor/editor/fckeditor.html was not found on this server.
Mam go ręcznie jakoś skonfigurować, pokopiować pliki?? czy co ;/ nic nie pisze...