Salut
J'ai aide pour obtenir des ckeditor au travail.
J'ai téléchargé la version complète et il téléchargées.
J'ai écris ceci :
<?php
include_once("/CKeditor/ckeditor.php") ;
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<script type="text/javascript" src="/CKeditor/ckeditor.js"> </script>
<script type="text/javascript" src="jquery.tooltip.pack.js"></script>
</head>
<body>
<form action="sampleposteddata.php" method="post" target="_blank">
<script type="text/javascript">
var = nye CKeditor oCKeditor ('CKeditor1');
oCKeditor.BasePath = '/ckeditor/';
$oCKeditor->Value = 'echo "SASDSDAS";'
oCKeditor.Create ();
</Script>
</form>
</body>
</html>
- <?php
- include_once("/CKeditor/ckeditor.php") ;
- ?>
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <script type="text/javascript" src="/CKeditor/ckeditor.js"> </script>
- <script type="text/javascript" src="jquery.tooltip.pack.js"></script>
- </head>
- <body>
- <form action="sampleposteddata.php" method="post" target="_blank">
- <script type="text/javascript">
- var = nye CKeditor oCKeditor ('CKeditor1');
- oCKeditor.BasePath = '/ckeditor/';
- $oCKeditor->Value = 'echo "SASDSDAS";'
- oCKeditor.Create ();
- </Script>
- </form>
- </body>
- </html>
Mon fichier est appelé form.php
Mais rien ne semble se produire??? Pourquoi ?