Ver Mensaje Individual
  #25 (permalink)  
Antiguo 15/11/2009, 07:40
rtr
 
Fecha de Ingreso: abril-2009
Mensajes: 368
Antigüedad: 15 años
Puntos: 2
Respuesta: Text area con posibilidad de estilos de texto.

ahora si funciona!! , pero se me sigue resistiendo el tiny_mce, he comprobado la ruta y esta bien y he hecho lo mismo tu hiciste con el bbcode, colocando un id. Velo aqui:

Cita:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Documento sin t&iacute;tulo</title>
<script language="javascript" type="text/javascript" src="tinymce/jscripts/tiny_mce/tiny_mce.js"> </script>
<script language="javascript" type="text/javascript">
tinyMCE.init({
mode : "textareas",
theme : "advanced",
editor_selector : "mceEditor"
});
</script>

</head>

<body onload="init('id1')">
<form method="post" name="tinymce">
<textarea id="id1" class="mceEditor" name="texto" cols="50" rows="15"></textarea>
</form>

</body>
</html>
esto es lo que se sigue viendo;

http://www.web.comli.com/prueba2.html