Mi código es el siguiente:
Cita:
No veo donde esta el fallo. He comprobado la instalación de ckeditor y los ejemplos funcionan correctamente y he intentado mirar elcódigo del ckeditor.js pero no consigo entender mucho... A ver si alguno tenéis la solución.<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<script type="text/javascript" src="/ckeditor/ckeditor.js"></script>
</head>
<body>
<textarea name="editor1"><p>Initial value.</p></textarea>
<script type="text/javascript">
window.onload = function()
{
CKEDITOR.replace( 'editor1' );
};
</script>
</body>
</html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<script type="text/javascript" src="/ckeditor/ckeditor.js"></script>
</head>
<body>
<textarea name="editor1"><p>Initial value.</p></textarea>
<script type="text/javascript">
window.onload = function()
{
CKEDITOR.replace( 'editor1' );
};
</script>
</body>
</html>
Un saludo y gracias.