Bonjour,
J'ai un problème pour installer fckeditor. Dans un dossier j'ai
copier le dossier fckeditor et créé une page test.html contenant
le code indiqué sur le site de fckeditor:
mais lorsque je charge la page j'ai l'erreur:
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20 <html> <head> <title>FCKeditor - Sample</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="robots" content="noindex, nofollow"> <script type="text/javascript" src="fckeditor/fckeditor.js"></script> <script type="text/javascript"> window.onload = function() { var oFCKeditor = new FCKeditor( 'MyTextarea' ) ; oFCKeditor.BasePath = "/fckeditor/" ; oFCKeditor.ReplaceTextarea() ; } </script> </head> <body> <textarea id="MyTextarea" name="MyTextarea">This is <b>the</b> initial value.</textarea> </body> </html>
j'ai essayé de changer le chemin:
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2The requested URL /fckeditor/editor/fckeditor.html was not found on this server.
là je n'ai plus de message d'erreur mais juste le formulaire sans rien d'autre.
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2 <script type="text/javascript" src="mon_dossier/fckeditor/fckeditor.js"></script>
Quelqu'un pourrait-il m'aider ?
Merci
Partager